Skip to content

Commit 2c7dff8

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 in the github-actions group
Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.0 - [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.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 555fe9d commit 2c7dff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "Setting CIBW_SKIP=$CIBW_SKIP"
9393
9494
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95-
uses: pypa/cibuildwheel@v2.22.0
95+
uses: pypa/cibuildwheel@v2.23.0
9696
env:
9797
CIBW_SKIP: ${{ env.CIBW_SKIP }}
9898
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)