We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07da8c6 + 63e6e02 commit 41d52e1Copy full SHA for 41d52e1
2 files 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
.github/workflows/manylinux-image.yml
@@ -1,6 +1,7 @@
1
name: Build and push manylinux image
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- master
0 commit comments