Skip to content

Commit 0776526

Browse files
committed
suppress the warning on cibuildwheel
1 parent d377b63 commit 0776526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
CIBW_ARCHS_LINUX: auto aarch64
7373
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
7474
CIBW_ARCHS_WINDOWS: auto ARM64
75-
CIBW_SKIP: "pp* *-musllinux_*"
75+
CIBW_SKIP: "*-musllinux_*"
7676
CIBW_BUILD_VERBOSITY: 1
7777
CIBW_ENABLE: cpython-freethreading
7878

0 commit comments

Comments
 (0)