Skip to content

Commit 22453a5

Browse files
dependabot[bot]mr-c
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 00381cf commit 22453a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# platforms: all
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v2.19.2
49+
uses: pypa/cibuildwheel@v2.20.0
5050
env:
5151
CIBW_BUILD: ${{ matrix.build }}
5252
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -102,7 +102,7 @@ jobs:
102102
ref: ${{ github.event.client_payload.ref }}
103103

104104
- name: Build wheels
105-
uses: pypa/cibuildwheel@v2.19.2
105+
uses: pypa/cibuildwheel@v2.20.0
106106

107107
- uses: actions/upload-artifact@v4
108108
with:

0 commit comments

Comments
 (0)