We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfdcaf commit 0eba138Copy full SHA for 0eba138
1 file changed
.github/workflows/wheels.yml
@@ -32,8 +32,10 @@ jobs:
32
- name: Build wheels
33
# why do I need to specify this cpversion here?
34
env:
35
- CIBW_ARCHS: auto64
+ CIBW_ARCHS: "auto64"
36
CIBW_BUILD: "${{ matrix.cpversion }}-*"
37
+ # why isn't auto64 working?
38
+ CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux_i686 cp*-win32"
39
run: python -m cibuildwheel --output-dir wheelhouse
40
41
- uses: actions/upload-artifact@v4
0 commit comments