Skip to content

Commit d5fb3d7

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 2.23.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/v2.23.1/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.1) --- 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 61133bd commit d5fb3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
ls /Users/runner/work/keyvi/keyvi/arm64-homebrew
115115
116116
- name: Build python wheels for ${{ matrix.os }} on ${{ matrix.arch }}
117-
uses: pypa/cibuildwheel@v2.22.0
117+
uses: pypa/cibuildwheel@v2.23.1
118118
env:
119119
# Skip CPython 3.6 and CPython 3.7
120120
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-*

0 commit comments

Comments
 (0)