summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-05-04 15:20:49 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-05-04 15:20:49 +0200
commit27facf1f22176eabae9f710e8dd528c8aa2c9c6b (patch)
treefd35b71ba672c1024008f4cbc80448beb2fa0c09
parent321d4540db55cabc45d21efe021ed74dd78613c3 (diff)
test build wheels
-rw-r--r--.github/workflows/build_wheels.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index be1719b..a4b980b 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -4,7 +4,7 @@ on:
release:
push:
branches:
- - "master"
+ - "**"
jobs:
build_wheels:
@@ -39,7 +39,7 @@ jobs:
- name: Build wheel
env:
- CIBW_SKIP: "pp*-win* pp*-macosx*" # remove pypy on mac and win (wrong version)
+ CIBW_SKIP: "pp*-win* pp*-macosx* cp2*" # remove pypy on mac and win (wrong version)
CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse