Skip to content

Commit 63e6e02

Browse files
committed
skip musllinux builds
1 parent b40ff8e commit 63e6e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
# only build CPython-3.6 and later and skip 32-bit builds and skip windows
7171
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
72-
CIBW_SKIP: "*-win* *-manylinux_i686"
72+
CIBW_SKIP: "*-win* *-manylinux_i686 *-musllinux*"
7373
# use latest build
7474
CIBW_MANYLINUX_X86_64_IMAGE: danielbok/nlopt_manylinux2014_x86_64:latest
7575
CIBW_BEFORE_ALL_MACOS: brew install swig

0 commit comments

Comments
 (0)