Skip to content

Commit 381d7ca

Browse files
⬆️ Bump pypa/cibuildwheel from 2.22 to 2.23
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22 to 2.23. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v2.23) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f03802 commit 381d7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pip install uv
3939
- uses: docker/setup-qemu-action@v3
4040
if: runner.os == 'Linux'
41-
- uses: pypa/cibuildwheel@v2.22
41+
- uses: pypa/cibuildwheel@v2.23
4242
- uses: actions/upload-artifact@v4
4343
with:
4444
name: artifact-${{matrix.runs-on}}

0 commit comments

Comments
 (0)