Skip to content

Commit f1b6994

Browse files
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#538)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbbd157 commit f1b6994

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
@@ -137,7 +137,7 @@ jobs:
137137
BUILDKIT_PROGRESS: plain
138138

139139
- name: Build wheels
140-
uses: pypa/[email protected].2
140+
uses: pypa/[email protected].3
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/[email protected].2
223+
uses: pypa/[email protected].3
224224
env:
225225
# CIBW needs to know triplet for the correct install path
226226
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)