Skip to content

Commit 18370a0

Browse files
Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 (#13358)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.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 4e97e0a commit 18370a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Build compiled wheels
9696
if: ${{ matrix.wheel_mode == 'compiled' }}
97-
uses: pypa/cibuildwheel@v3.4.1
97+
uses: pypa/cibuildwheel@v4.0.0
9898
env:
9999
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
100100
CIBW_BUILD: ${{ matrix.python }}

0 commit comments

Comments
 (0)