Skip to content

Commit 71fb112

Browse files
committed
skip all musllinux
1 parent 0eba138 commit 71fb112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CIBW_ARCHS: "auto64"
3636
CIBW_BUILD: "${{ matrix.cpversion }}-*"
3737
# why isn't auto64 working?
38-
CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux_i686 cp*-win32"
38+
CIBW_SKIP: "cp*-manylinux_i686 cp*-musllinux* cp*-win32"
3939
run: python -m cibuildwheel --output-dir wheelhouse
4040

4141
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)