summaryrefslogtreecommitdiff
path: root/.github/workflows/build_wheels.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build_wheels.yml')
-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