Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6330c70

Browse files
author
David Robertson
committed
[DO NOT MERGE] build mac wheels on pr ci
1 parent b5454ae commit 6330c70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-artifacts.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
- ${{ startsWith(github.ref, 'refs/pull/') }}
108108

109109
exclude:
110-
# Don't build macos wheels on PR CI.
111-
- is_pr: true
112-
os: "macos-11"
110+
# # Don't build macos wheels on PR CI.
111+
# - is_pr: true
112+
# os: "macos-11"
113113
# Don't build aarch64 wheels on mac.
114114
- os: "macos-11"
115115
arch: aarch64
@@ -139,9 +139,9 @@ jobs:
139139
if: matrix.arch == 'aarch64'
140140
run: echo 'CIBW_ARCHS_LINUX=aarch64' >> $GITHUB_ENV
141141

142-
- name: Only build a single wheel on PR
143-
if: startsWith(github.ref, 'refs/pull/')
144-
run: echo "CIBW_BUILD="cp37-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV
142+
# - name: Only build a single wheel on PR
143+
# if: startsWith(github.ref, 'refs/pull/')
144+
# run: echo "CIBW_BUILD="cp37-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV
145145

146146
- name: Build wheels
147147
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)