summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-23 14:58:52 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-23 14:58:52 +0200
commit46445382a4ee7743bb6f254fdeaf9d0abdae44d6 (patch)
tree5a12b6302a68e0fc6257ff7dc04296d7e0c11550 /.github
parentd676bc70dd3d332973ce3700ae9d7f02865fffcd (diff)
final version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 2fc8db3..1a4c173 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -2,9 +2,6 @@ name: Build dist and wheels
on:
release:
- push:
- branches:
- - "wheels_multi"
jobs:
build_wheels:
@@ -12,8 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04, macos-latest, windows-latest]
- # macosx-latest, windows-latest
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ # macos-latest, windows-latest
steps:
- uses: actions/checkout@v1
@@ -39,7 +36,7 @@ jobs:
- name: Build wheel
env:
- CIBW_SKIP: "pp*-win* pp*-macosx*"
+ 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