Skip to content

Commit 695e053

Browse files
Bump pypa/cibuildwheel from 2.23.3 to 3.0.1 (#547)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 5ad925e commit 695e053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
BUILDKIT_PROGRESS: plain
147147

148148
- name: Build wheels
149-
uses: pypa/cibuildwheel@v2.23.3
149+
uses: pypa/cibuildwheel@v3.0.1
150150

151151
- uses: actions/upload-artifact@v4
152152
with:
@@ -229,7 +229,7 @@ jobs:
229229
path: ${{ matrix.vcpkg_logs }}
230230

231231
- name: Build wheels
232-
uses: pypa/cibuildwheel@v2.23.3
232+
uses: pypa/cibuildwheel@v3.0.1
233233
env:
234234
# CIBW needs to know triplet for the correct install path
235235
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)