Skip to content

Commit 6426c18

Browse files
committed
add platforms and remove pp
1 parent ef12867 commit 6426c18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ name: Build dist and wheels
22

33
on:
44
release:
5+
push:
6+
branches:
7+
- "wheels_multi"
58

69
jobs:
710
build_wheels:
811
name: ${{ matrix.os }}
912
runs-on: ${{ matrix.os }}
1013
strategy:
1114
matrix:
12-
os: [ubuntu-18.04]
15+
os: [ubuntu-18.04, macosx-latest, windows-latest]
1316
# macosx-latest, windows-latest
1417

1518
steps:
@@ -36,6 +39,7 @@ jobs:
3639
3740
- name: Build wheel
3841
env:
42+
CIBW_SKIP: "pp*-win*"
3943
CIBW_BEFORE_BUILD: "pip install numpy cython"
4044
run: |
4145
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)