File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11
11
build_wheels :
12
12
name : ${{ matrix.os }}
13
13
runs-on : ${{ matrix.os }}
14
- if : " contains(github.event.head_commit.message, 'build wheels') || github.event.head_commit.branch == 'master' "
14
+ if : " contains(github.event.head_commit.message, 'build wheels')"
15
15
strategy :
16
16
matrix :
17
17
os : [ubuntu-latest, macos-latest, windows-latest]
33
33
run : |
34
34
python -m pip install cibuildwheel==1.10.0
35
35
36
- - name : Install Visual C++ for Python 2.7
37
- if : startsWith(matrix.os, 'windows')
38
- run : |
39
- choco install vcpython27 -f -y
40
-
41
36
- name : Build wheels
42
37
env :
43
38
CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp*" # remove pypy on mac and win (wrong version)
Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
schedule :
6
6
- cron : ' 30 0 * * 1'
7
-
7
+ push :
8
+ branches :
9
+ - " master"
10
+
8
11
jobs :
9
12
build_wheels :
10
13
name : ${{ matrix.os }}
30
33
run : |
31
34
python -m pip install cibuildwheel==1.10.0
32
35
33
- - name : Install Visual C++ for Python 2.7
34
- if : startsWith(matrix.os, 'windows')
35
- run : |
36
- choco install vcpython27 -f -y
37
-
38
36
- name : Set up QEMU
39
37
if : runner.os == 'Linux'
40
38
uses : docker/setup-qemu-action@v1
You can’t perform that action at this time.
0 commit comments