Skip to content

Commit d96920a

Browse files
committed
[build] skip musllinux builds
1 parent 6002372 commit d96920a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
CIBW_BEFORE_BUILD_WINDOWS: scripts\build-openssl.bat C:\cibw\vendor
3535
CIBW_BUILD: cp38-*
3636
CIBW_ENVIRONMENT_MACOS: CFLAGS=-mmacosx-version-min=10.9
37+
CIBW_SKIP: '*-musllinux*'
3738
CIBW_TEST_COMMAND: python -c "import dummy"
3839
run: |
3940
pip install cibuildwheel

0 commit comments

Comments
 (0)