Skip to content

Commit a71427b

Browse files
Bump pypa/cibuildwheel from 3.3.0 to 3.4.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76a1692 commit a71427b

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@v5
2121

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

0 commit comments

Comments
 (0)