Skip to content

Commit ba25cce

Browse files
committed
TEMP: Build MacOS wheels on PR CI
1 parent 2555b67 commit ba25cce

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,9 @@ jobs:
119119
- ${{ startsWith(github.ref, 'refs/pull/') }}
120120

121121
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.
125123
# Don't build aarch64 wheels on mac.
126124
- os: "macos-13"
127-
arch: aarch64
128125
# Don't build aarch64 wheels on PR CI.
129126
- is_pr: true
130127
arch: aarch64
@@ -151,9 +148,9 @@ jobs:
151148
if: matrix.arch == 'aarch64'
152149
run: echo 'CIBW_ARCHS_LINUX=aarch64' >> $GITHUB_ENV
153150

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
157154

158155
- name: Build wheels
159156
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)