We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2acbbff + d21cba7 commit b84a1edCopy full SHA for b84a1ed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
HOST_CCACHE_DIR="$(ccache -k cache_dir)"
57
mkdir -p $HOST_CCACHE_DIR
58
- name: Build wheels # check https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
59
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v2.23.0
60
# to supply options, put them in 'env', like:
61
# env:
62
# CIBW_SOME_OPTION: value
0 commit comments