Skip to content

Commit 7b0addb

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.2) --- 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 36f2859 commit 7b0addb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# platforms: all
4545

4646
- name: Build wheels
47-
uses: pypa/cibuildwheel@v2.22.0
47+
uses: pypa/cibuildwheel@v2.23.2
4848
env:
4949
CIBW_BUILD: ${{ matrix.build }}
5050
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -100,7 +100,7 @@ jobs:
100100
ref: ${{ github.event.client_payload.ref }}
101101

102102
- name: Build wheels
103-
uses: pypa/cibuildwheel@v2.22.0
103+
uses: pypa/cibuildwheel@v2.23.2
104104

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

0 commit comments

Comments
 (0)