Skip to content

Commit 51b5cd2

Browse files
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.3...v2.22.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 e4d42b8 commit 51b5cd2

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
@@ -43,7 +43,7 @@ jobs:
4343
# platforms: all
4444

4545
- name: Build wheels
46-
uses: pypa/cibuildwheel@v2.21.3
46+
uses: pypa/cibuildwheel@v2.22.0
4747
env:
4848
CIBW_BUILD: ${{ matrix.build }}
4949
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -99,7 +99,7 @@ jobs:
9999
ref: ${{ github.event.client_payload.ref }}
100100

101101
- name: Build wheels
102-
uses: pypa/cibuildwheel@v2.21.3
102+
uses: pypa/cibuildwheel@v2.22.0
103103

104104
- uses: actions/upload-artifact@v4
105105
with:

0 commit comments

Comments
 (0)