Skip to content

Commit 27facf1

Browse files
committed
test build wheels
1 parent 321d454 commit 27facf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
push:
66
branches:
7-
- "master"
7+
- "**"
88

99
jobs:
1010
build_wheels:
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Build wheel
4141
env:
42-
CIBW_SKIP: "pp*-win* pp*-macosx*" # remove pypy on mac and win (wrong version)
42+
CIBW_SKIP: "pp*-win* pp*-macosx* cp2*" # remove pypy on mac and win (wrong version)
4343
CIBW_BEFORE_BUILD: "pip install numpy cython"
4444
run: |
4545
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)