Skip to content

Commit 83b4015

Browse files
committed
Remove aarch
1 parent 419bfaf commit 83b4015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build wheels
2929
uses: pypa/cibuildwheel@v2.19.1
3030
env:
31-
CIBW_ARCHS_LINUX: auto aarch64
31+
CIBW_ARCHS_LINUX: auto
3232
with:
3333
package-dir: .
3434
output-dir: wheelhouse

0 commit comments

Comments
 (0)