Skip to content

Commit 41d52e1

Browse files
authored
Merge pull request #9 from DanielBok/develop/310-build
Add in Python 3.10 build into flow
2 parents 07da8c6 + 63e6e02 commit 41d52e1

2 files changed

Lines changed: 2 additions & 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

.github/workflows/manylinux-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and push manylinux image
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

0 commit comments

Comments
 (0)