Skip to content

Commit bf75e66

Browse files
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.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 1ce152d commit bf75e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.os == 'windows-2019' }}
3333

3434
- name: Build wheels
35-
uses: pypa/cibuildwheel@v2.16.5
35+
uses: pypa/cibuildwheel@v2.17.0
3636
env:
3737
# override setting in pyproject.toml to use msys2 instead of msys64 bash
3838
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh

0 commit comments

Comments
 (0)