Skip to content

Commit e88f750

Browse files
committed
skip musllinux wheels
1 parent 8bf9ccb commit e88f750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build wheels
3434
env:
35-
CIBW_SKIP: pp*
35+
CIBW_SKIP: pp* *-musllinux_*
3636
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux_2_34_x86_64"
3737
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
3838
CIBW_ARCHS: "native"

0 commit comments

Comments
 (0)