Merge pull request #1445 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.14.1

Bump pypa/cibuildwheel from 2.13.1 to 2.14.1
This commit is contained in:
Matthias Köfferlein 2023-08-05 21:08:45 +02:00 committed by GitHub
commit b6eb1e152c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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