Skip to content

Commit fa88aa9

Browse files
authored
Merge branch 'master' into rm_travis
2 parents 39f7ad7 + 1d3d2d0 commit fa88aa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-18.04]
13-
# macosx-latest, windows-latest
12+
os: [ubuntu-latest, macos-latest, windows-latest]
13+
# macos-latest, windows-latest
1414

1515
steps:
1616
- uses: actions/checkout@v1
@@ -36,6 +36,7 @@ jobs:
3636
3737
- name: Build wheel
3838
env:
39+
CIBW_SKIP: "pp*-win* pp*-macosx*" # remove pypy on mac and win (wrong version)
3940
CIBW_BEFORE_BUILD: "pip install numpy cython"
4041
run: |
4142
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)