Skip to content

Commit 0eba138

Browse files
committed
skip 32
1 parent fbfdcaf commit 0eba138

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
- name: Build wheels
3333
# why do I need to specify this cpversion here?
3434
env:
35-
CIBW_ARCHS: auto64
35+
CIBW_ARCHS: "auto64"
3636
CIBW_BUILD: "${{ matrix.cpversion }}-*"
37+
# why isn't auto64 working?
38+
CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux_i686 cp*-win32"
3739
run: python -m cibuildwheel --output-dir wheelhouse
3840

3941
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)