File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,10 @@ jobs:
110
110
- ${{ startsWith(github.ref, 'refs/pull/') }}
111
111
112
112
exclude :
113
- # Don't build macos wheels on PR CI.
114
- - is_pr : true
115
- os : " macos-12"
113
+ # TEMP: commented out for testing
114
+ # # Don't build macos wheels on PR CI.
115
+ # - is_pr: true
116
+ # os: "macos-12"
116
117
# Don't build aarch64 wheels on mac.
117
118
- os : " macos-12"
118
119
arch : aarch64
@@ -142,9 +143,10 @@ jobs:
142
143
if : matrix.arch == 'aarch64'
143
144
run : echo 'CIBW_ARCHS_LINUX=aarch64' >> $GITHUB_ENV
144
145
145
- - name : Only build a single wheel on PR
146
- if : startsWith(github.ref, 'refs/pull/')
147
- run : echo "CIBW_BUILD="cp38-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV
146
+ # TEMP: commented out for testing
147
+ # - name: Only build a single wheel on PR
148
+ # if: startsWith(github.ref, 'refs/pull/')
149
+ # run: echo "CIBW_BUILD="cp38-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV
148
150
149
151
- name : Build wheels
150
152
run : python -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments