From 6330c7045801b273d271b477b60b1ec698fdf30b Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 20 Oct 2022 18:35:57 +0100 Subject: [PATCH] [DO NOT MERGE] build mac wheels on pr ci --- .github/workflows/release-artifacts.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 0601a7dbaf15..adcf0bfb9a69 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -107,9 +107,9 @@ jobs: - ${{ startsWith(github.ref, 'refs/pull/') }} exclude: - # Don't build macos wheels on PR CI. - - is_pr: true - os: "macos-11" +# # Don't build macos wheels on PR CI. +# - is_pr: true +# os: "macos-11" # Don't build aarch64 wheels on mac. - os: "macos-11" arch: aarch64 @@ -139,9 +139,9 @@ jobs: if: matrix.arch == 'aarch64' run: echo 'CIBW_ARCHS_LINUX=aarch64' >> $GITHUB_ENV - - name: Only build a single wheel on PR - if: startsWith(github.ref, 'refs/pull/') - run: echo "CIBW_BUILD="cp37-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV +# - name: Only build a single wheel on PR +# if: startsWith(github.ref, 'refs/pull/') +# run: echo "CIBW_BUILD="cp37-manylinux_${{ matrix.arch }}"" >> $GITHUB_ENV - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse