Skip to content

Commit 889eab4

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 2cdd505 commit 889eab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
7878
7979
- name: Build python wheels for ${{ matrix.os }}
80-
uses: pypa/[email protected].1
80+
uses: pypa/[email protected].2
8181
env:
8282
# Skip CPython 3.{6, 7, 8}
8383
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* cp38-*

0 commit comments

Comments
 (0)