Skip to content

Commit be42e9c

Browse files
Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#2122)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.0. - [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.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 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>
1 parent c7fd7cc commit be42e9c

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
@@ -43,7 +43,7 @@ jobs:
4343
# platforms: all
4444

4545
- name: Build wheels
46-
uses: pypa/cibuildwheel@v2.23.3
46+
uses: pypa/cibuildwheel@v3.0.0
4747
env:
4848
CIBW_BUILD: ${{ matrix.build }}
4949
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -99,7 +99,7 @@ jobs:
9999
ref: ${{ github.event.client_payload.ref }}
100100

101101
- name: Build wheels
102-
uses: pypa/cibuildwheel@v2.23.3
102+
uses: pypa/cibuildwheel@v3.0.0
103103

104104
- uses: actions/upload-artifact@v4
105105
with:

0 commit comments

Comments
 (0)