Skip to content

Commit 28cc117

Browse files
Bump pypa/cibuildwheel from 2.16 to 2.17 (#1388)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16 to 2.17. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16...v2.17) --- 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 7aab7d9 commit 28cc117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
cp "$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/share/proj/"* ${GITHUB_WORKSPACE}/pyproj/proj_dir/share/proj/
116116
117117
- name: Build wheels
118-
uses: pypa/cibuildwheel@v2.16
118+
uses: pypa/cibuildwheel@v2.17
119119
env:
120120
CIBW_SKIP: "*musllinux* pp*-win* pp31*"
121121
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)