Skip to content

Commit c36e526

Browse files
CI: Bump pypa/cibuildwheel from 3.4.0 to 4.0.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 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.0...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 cbc9499 commit c36e526

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python-version: "3.11"
8787

8888
- name: Build wheels with cibuildwheel
89-
uses: pypa/cibuildwheel@v3.4.0
89+
uses: pypa/cibuildwheel@v4.0.0
9090
with:
9191
output-dir: ${{ env.CIBW_OUTPUT_DIR }}
9292
package-dir: python/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
python-version: "3.11"
163163
- name: Build wheels with cibuildwheel
164-
uses: pypa/cibuildwheel@v3.4.0
164+
uses: pypa/cibuildwheel@v4.0.0
165165
with:
166166
output-dir: ${{ env.CIBW_OUTPUT_DIR }}
167167
package-dir: python/

0 commit comments

Comments
 (0)