Skip to content

Commit cb7be54

Browse files
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#317)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1223704 commit cb7be54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
ls /Users/runner/work/keyvi/keyvi/arm64-homebrew
113113
114114
- name: Build python wheels for ${{ matrix.os }} on ${{ matrix.arch }}
115-
uses: pypa/cibuildwheel@v2.21.3
115+
uses: pypa/cibuildwheel@v2.22.0
116116
env:
117117
# Skip CPython 3.6 and CPython 3.7
118118
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-*

0 commit comments

Comments
 (0)