Skip to content

Commit 4d42620

Browse files
committed
TEMP: build all wheels on PRs
1 parent 0c3121f commit 4d42620

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/release-artifacts.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ jobs:
110110
- ${{ startsWith(github.ref, 'refs/pull/') }}
111111

112112
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"
116117
# Don't build aarch64 wheels on mac.
117118
- os: "macos-12"
118119
arch: aarch64
@@ -142,9 +143,10 @@ jobs:
142143
if: matrix.arch == 'aarch64'
143144
run: echo 'CIBW_ARCHS_LINUX=aarch64' >> $GITHUB_ENV
144145

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
148150

149151
- name: Build wheels
150152
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)