We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf9ccb commit e88f750Copy full SHA for e88f750
.github/workflows/wheels.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Build wheels
34
env:
35
- CIBW_SKIP: pp*
+ CIBW_SKIP: pp* *-musllinux_*
36
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_34_x86_64"
37
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
38
CIBW_ARCHS: "native"
0 commit comments