Skip to content

Commit 6143d49

Browse files
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.3...v2.22.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e51a89b commit 6143d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
HOST_CCACHE_DIR="$(ccache -k cache_dir)"
5757
mkdir -p $HOST_CCACHE_DIR
5858
- name: Build wheels # check https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
59-
uses: pypa/cibuildwheel@v2.21.3
59+
uses: pypa/cibuildwheel@v2.22.0
6060
# to supply options, put them in 'env', like:
6161
# env:
6262
# CIBW_SOME_OPTION: value

0 commit comments

Comments
 (0)