updating cibuildwheel to v2.12.0 (Adds support for PyPy arm64 wheels)

This commit is contained in:
Thomas Ferreira de Lima 2023-02-10 22:34:42 -05:00
parent c4ed337924
commit 7c6ac22c51
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
HOST_CCACHE_DIR="$(ccache -k cache_dir)" HOST_CCACHE_DIR="$(ccache -k cache_dir)"
mkdir -p $HOST_CCACHE_DIR mkdir -p $HOST_CCACHE_DIR
- name: Build wheels # check https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions - name: Build wheels # check https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
uses: pypa/cibuildwheel@v2.11.3 uses: pypa/cibuildwheel@v2.12.0
# to supply options, put them in 'env', like: # to supply options, put them in 'env', like:
# env: # env:
# CIBW_SOME_OPTION: value # CIBW_SOME_OPTION: value