Skip to content

Commit 2a271c7

Browse files
authored
build.yaml: cibuildwheel -> 2.3.0 (cvxgrp#47)
* build.yaml: cibuildwheel -> 2.3.0 cibuildwheel 2.3.0 defaults to manylinux2014, which might help with the failing ubuntu deploy (which fails b/c scipy 1.7.3 does not have a suitable manylinux2010 wheel) * skip musllinux builds wheels aren't provided by dependencies like scipy, building takes too long
1 parent 29fd7dd commit 2a271c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
2828
- name: Install cibuildwheel
2929
run: |
30-
python -m pip install cibuildwheel==1.8.0
30+
python -m pip install cibuildwheel==2.3.0
3131
3232
- name: Build wheels
3333
run: |
3434
python -m cibuildwheel --output-dir wheelhouse
3535
env:
3636
CIBW_BUILD: "cp37* cp38* cp39*"
37+
CIBW_SKIP: "*musllinux*"
3738

3839
- uses: actions/upload-artifact@v2
3940
with:

0 commit comments

Comments
 (0)