mirror of https://github.com/KLayout/klayout.git
updating cibuildwheel to v2.12.0 (Adds support for PyPy arm64 wheels)
This commit is contained in:
parent
c4ed337924
commit
7c6ac22c51
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue