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 32ae1bd commit bc3cf97Copy full SHA for bc3cf97
1 file changed
.github/workflows/wheels.yml
@@ -76,7 +76,7 @@ jobs:
76
env:
77
# Build only the currently selected Linux architecture (so we can
78
# parallelise for speed).
79
- CIBW_ARCHS_LINUX: "aarch64"
+ CIBW_ARCHS: "aarch64"
80
# Likewise, select only one Python version per job to speed this up.
81
CIBW_BUILD: "${{ matrix.python-version }}-manylinux*"
82
# Extra options for manylinux.
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec }}*"
96
0 commit comments