Skip to content

Commit 0708f87

Browse files
chore(deps): bump pypa/cibuildwheel from 3.1.4 to 3.4.0 (#11)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.4 to 3.4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.4...v3.4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 831b29e commit 0708f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Build wheels
19-
uses: pypa/cibuildwheel@v3.1.4
19+
uses: pypa/cibuildwheel@v3.4.0
2020
env:
2121
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32-bit builds
2222

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
ref: v${{ inputs.version }}
120120

121121
- name: Build wheels
122-
uses: pypa/cibuildwheel@v3.1.4
122+
uses: pypa/cibuildwheel@v3.4.0
123123
env:
124124
CIBW_SKIP: "*-win32 *-manylinux_i686"
125125

0 commit comments

Comments
 (0)