Merge pull request #2035 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.23.3

Bump pypa/cibuildwheel from 2.23.2 to 2.23.3
This commit is contained in:
Matthias Köfferlein 2025-05-04 23:13:33 +02:00 committed by GitHub
commit 56d91acc15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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