Skip to content

Commit 9796a3e

Browse files
Bump pypa/cibuildwheel from 3.4.1 to 4.0.0
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] <support@github.com>
1 parent 32a2ce9 commit 9796a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121

2222
- name: Build wheels
23-
uses: pypa/cibuildwheel@v3.4.1
23+
uses: pypa/cibuildwheel@v4.0.0
2424
env:
2525
# Only build native arch on linux (x86_64 and arm64)
2626
CIBW_ARCHS_LINUX: auto

0 commit comments

Comments
 (0)