Skip to content

Commit 6a61c86

Browse files
dependabot[bot]sanguinariojoe
authored andcommitted
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.2...v2.20.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ac0e92 commit 6a61c86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-wheels-manylinux-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
platforms: all
5454

5555
- name: Build wheels
56-
uses: pypa/cibuildwheel@v2.19.2
56+
uses: pypa/cibuildwheel@v2.20.0
5757
with:
5858
output-dir: dist
5959
env:

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: runner.os == 'Linux'
8282

8383
- name: Build wheels
84-
uses: pypa/cibuildwheel@v2.19.2
84+
uses: pypa/cibuildwheel@v2.20.0
8585
with:
8686
output-dir: dist
8787
env:

0 commit comments

Comments
 (0)