We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ad263 commit 179a365Copy full SHA for 179a365
1 file changed
.github/workflows/build_wheels.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build wheels
17
uses: pypa/cibuildwheel@v3.0.1
18
env:
19
- CIBW_SKIP: "cp36* pp* *musllinux*"
+ CIBW_SKIP: "*musllinux*"
20
CIBW_TEST_REQUIRES: pytest
21
CIBW_TEST_COMMAND: "pytest {project}/tests"
22
CIBW_ARCHS: auto64
0 commit comments