summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-23 19:32:12 +0200
committerGitHub <noreply@github.com>2020-04-23 19:32:12 +0200
commitfa88aa90dc001ad7cc39e667d9e54eb9053163df (patch)
tree0ba34df939d25280675facd9434463951d4245a4 /.github
parent39f7ad7a6f1a52ede3602c4c721c0314c2b5fc5e (diff)
parent1d3d2d055fcf284279a155061d5250198a2c1848 (diff)
Merge branch 'master' into rm_travis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 7c13c33..1a4c173 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -9,8 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04]
- # macosx-latest, windows-latest
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ # macos-latest, windows-latest
steps:
- uses: actions/checkout@v1
@@ -36,6 +36,7 @@ jobs:
- name: Build wheel
env:
+ CIBW_SKIP: "pp*-win* pp*-macosx*" # remove pypy on mac and win (wrong version)
CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse