We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff06871 commit fbfdcafCopy full SHA for fbfdcaf
1 file changed
.github/workflows/wheels.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Build wheels
33
# why do I need to specify this cpversion here?
34
env:
35
+ CIBW_ARCHS: auto64
36
CIBW_BUILD: "${{ matrix.cpversion }}-*"
37
run: python -m cibuildwheel --output-dir wheelhouse
38
0 commit comments