Skip to content

Commit 8bdf53c

Browse files
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#1381)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd215ea commit 8bdf53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cache-key: ${{ matrix.os }}
7070

7171
- name: Build wheels
72-
uses: pypa/cibuildwheel@v2.23.2
72+
uses: pypa/cibuildwheel@v2.23.3
7373

7474
- name: Upload Wheels
7575
uses: actions/upload-artifact@v4
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Build wheels
96-
uses: pypa/cibuildwheel@v2.23.2
96+
uses: pypa/cibuildwheel@v2.23.3
9797

9898
- name: Upload Wheels
9999
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)