Skip to content

Commit 366c18f

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 2.23.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/v2.23.1/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.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 2dce710 commit 366c18f

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

4545
- name: Build wheels
46-
uses: pypa/cibuildwheel@v2.22.0
46+
uses: pypa/cibuildwheel@v2.23.1
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.22.0
102+
uses: pypa/cibuildwheel@v2.23.1
103103

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

0 commit comments

Comments
 (0)