We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419bfaf commit 83b4015Copy full SHA for 83b4015
.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