Skip to content

Commit 80b8fc8

Browse files
chore(deps): bump pypa/cibuildwheel from 2.18.1 to 2.19.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.1 to 2.19.0. - [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.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a71ef3 commit 80b8fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: "recursive"
2020

2121
- name: Build wheels
22-
uses: pypa/cibuildwheel@v2.18.1
22+
uses: pypa/cibuildwheel@v2.19.0
2323
env:
2424
# disable repair
2525
CIBW_REPAIR_WHEEL_COMMAND: ""
@@ -49,7 +49,7 @@ jobs:
4949
platforms: linux/arm64
5050

5151
- name: Build wheels
52-
uses: pypa/cibuildwheel@v2.18.1
52+
uses: pypa/cibuildwheel@v2.19.0
5353
env:
5454
CIBW_SKIP: "*musllinux* pp*"
5555
CIBW_REPAIR_WHEEL_COMMAND: ""

0 commit comments

Comments
 (0)