We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590fa49 commit 301874aCopy full SHA for 301874a
.github/workflows/build_wheels.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: pypa/[email protected]
18
env:
19
CIBW_ARCHS: native
20
- CIBW_SKIP: "pp* *-musllinux_*"
+ CIBW_SKIP: "*-musllinux_*"
21
CIBW_TEST_REQUIRES: pytest
22
CIBW_TEST_COMMAND: python {package}/test/debug.py 100 && pytest {package}
23
0 commit comments