Skip to content

Commit 6e54157

Browse files
Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.1 to 2.19.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18.1...v2.19.1) --- 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 0cfd542 commit 6e54157

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.18.1
56+
uses: pypa/cibuildwheel@v2.19.1
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.18.1
84+
uses: pypa/cibuildwheel@v2.19.1
8585
with:
8686
output-dir: dist
8787
env:

0 commit comments

Comments
 (0)