File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,9 @@ jobs:
119
119
- ${{ startsWith(github.ref, 'refs/pull/') }}
120
120
121
121
exclude :
122
- # Don't build macos wheels on PR CI.
123
- - is_pr : true
124
- os : " macos-13"
122
+ # Temporarily build wheels on PR CI to test.
125
123
# Don't build aarch64 wheels on mac.
126
124
- os : " macos-13"
127
- arch : aarch64
128
125
# Don't build aarch64 wheels on PR CI.
129
126
- is_pr : true
130
127
arch : aarch64
@@ -151,9 +148,9 @@ jobs:
151
148
if : matrix.arch == 'aarch64'
152
149
run : echo 'CIBW_ARCHS_LINUX=aarch64' >> $GITHUB_ENV
153
150
154
- - name : Only build a single wheel on PR
155
- if : startsWith(github.ref, 'refs/pull/')
156
- run : echo "CIBW_BUILD="cp39-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV
151
+ # - name: Only build a single wheel on PR
152
+ # if: startsWith(github.ref, 'refs/pull/')
153
+ # run: echo "CIBW_BUILD="cp39-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV
157
154
158
155
- name : Build wheels
159
156
run : python -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments