We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1081f6b commit da60bb5Copy full SHA for da60bb5
.github/workflows/cibuildwheel.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build wheels
29
uses: pypa/cibuildwheel@v2.19.1
30
env:
31
- CIBW_ARCHS_LINUX: auto aarch64
+ CIBW_ARCHS_LINUX: auto
32
with:
33
package-dir: .
34
output-dir: wheelhouse
0 commit comments