summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-23 14:19:52 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-23 14:19:52 +0200
commit6426c182bc2546d00d18f7422d6dde150e09217c (patch)
treecba4e236e6ed0b24d276b7138f40cc97843fe13b /.github
parentef12867f1425ee86b3cfddef4287b52d46114e83 (diff)
add platforms and remove pp
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 7c13c33..a1fabc9 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -2,6 +2,9 @@ name: Build dist and wheels
on:
release:
+ push:
+ branches:
+ - "wheels_multi"
jobs:
build_wheels:
@@ -9,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04]
+ os: [ubuntu-18.04, macosx-latest, windows-latest]
# macosx-latest, windows-latest
steps:
@@ -36,6 +39,7 @@ jobs:
- name: Build wheel
env:
+ CIBW_SKIP: "pp*-win*"
CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse