We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321d454 commit 27facf1Copy full SHA for 27facf1
.github/workflows/build_wheels.yml
@@ -4,7 +4,7 @@ on:
4
release:
5
push:
6
branches:
7
- - "master"
+ - "**"
8
9
jobs:
10
build_wheels:
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Build wheel
41
env:
42
- 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)
43
CIBW_BEFORE_BUILD: "pip install numpy cython"
44
run: |
45
python -m cibuildwheel --output-dir wheelhouse
0 commit comments