building arm64 wheels with cibuildwheel (uses intel runner)

Temporary fix until https://github.com/github/roadmap/issues/528 is merged
This commit is contained in:
Thomas Ferreira de Lima
2023-05-22 21:22:29 -04:00
parent 236a79dcb1
commit 67f7d64559
3 changed files with 42 additions and 1 deletions
+2 -1
View File
@@ -49,12 +49,13 @@ jobs:
HOST_CCACHE_DIR="$(ccache -k cache_dir)"
mkdir -p $HOST_CCACHE_DIR
- name: Build wheels # check https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
uses: pypa/[email protected].0
uses: pypa/[email protected].3
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
env:
CIBW_BUILD: ${{ matrix.cibuild }}
- name: Download Cache from Docker (linux only)
if: ${{ runner.os == 'Linux' }}
# hack until https://github.com/pypa/cibuildwheel/issues/1030 is fixed