Update cibuildwheel after CentOS 7 mirror EOL

This commit is contained in:
Matthias Koefferlein 2024-07-06 15:02:41 +02:00
parent 2eab32ccbd
commit 1cac6bfc4b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ 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/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.19.2
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value