We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40ff8e commit 63e6e02Copy full SHA for 63e6e02
1 file changed
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
env:
70
# only build CPython-3.6 and later and skip 32-bit builds and skip windows
71
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
72
- CIBW_SKIP: "*-win* *-manylinux_i686"
+ CIBW_SKIP: "*-win* *-manylinux_i686 *-musllinux*"
73
# use latest build
74
CIBW_MANYLINUX_X86_64_IMAGE: danielbok/nlopt_manylinux2014_x86_64:latest
75
CIBW_BEFORE_ALL_MACOS: brew install swig
0 commit comments