Skip to content

Commit 301874a

Browse files
author
Marco Sulla
authored
Update build_wheels.yml
1 parent 590fa49 commit 301874a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: pypa/[email protected]
1818
env:
1919
CIBW_ARCHS: native
20-
CIBW_SKIP: "pp* *-musllinux_*"
20+
CIBW_SKIP: "*-musllinux_*"
2121
CIBW_TEST_REQUIRES: pytest
2222
CIBW_TEST_COMMAND: python {package}/test/debug.py 100 && pytest {package}
2323

0 commit comments

Comments
 (0)