Skip to content

Commit d89b3fe

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 2.23.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.2) --- 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 338ba73 commit d89b3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
BUILDKIT_PROGRESS: plain
138138

139139
- name: Build wheels
140-
uses: pypa/cibuildwheel@v2.22.0
140+
uses: pypa/cibuildwheel@v2.23.2
141141

142142
- uses: actions/upload-artifact@v4
143143
with:
@@ -220,7 +220,7 @@ jobs:
220220
path: ${{ matrix.vcpkg_logs }}
221221

222222
- name: Build wheels
223-
uses: pypa/cibuildwheel@v2.22.0
223+
uses: pypa/cibuildwheel@v2.23.2
224224
env:
225225
# CIBW needs to know triplet for the correct install path
226226
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)