We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0298af + 6143d49 commit 856c724Copy full SHA for 856c724
.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.21.3
+ uses: pypa/cibuildwheel@v2.22.0
60
# to supply options, put them in 'env', like:
61
# env:
62
# CIBW_SOME_OPTION: value
0 commit comments