Skip to content

Commit 376d787

Browse files
build(deps): bump pypa/cibuildwheel from 3.3 to 3.4
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3 to 3.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3...v3.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 084edd6 commit 376d787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.24/uv-installer.sh | sh
6060
if: runner.os != 'Linux'
6161
- name: Build wheels
62-
uses: pypa/cibuildwheel@v3.3
62+
uses: pypa/cibuildwheel@v3.4
6363
env:
6464
CIBW_BUILD_VERBOSITY: 1
6565
CIBW_ARCHS: all

0 commit comments

Comments
 (0)