diff options
author | David Robertson <davidr@element.io> | 2023-02-08 11:01:18 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-08 11:01:18 +0000 |
commit | 67fa6717631906d274cf950d0d95b4a6041fbc1a (patch) | |
tree | 1448252f124404a71dae7e5f95441f6180c19a21 | |
parent | Permalink to the docs (diff) | |
download | synapse-67fa6717631906d274cf950d0d95b4a6041fbc1a.tar.xz |
DEBUG: build lodsofewheels
probly
-rw-r--r-- | .github/workflows/release-artifacts.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index bf57bcab61..ae0e4f5eaa 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 |