Skip to content

Commit d8bdfb2

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 87a9837 commit d8bdfb2

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
@@ -40,7 +40,7 @@ jobs:
4040
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
4141

4242
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
43-
uses: pypa/cibuildwheel@v2.22.0
43+
uses: pypa/cibuildwheel@v2.23.0
4444
env:
4545
# Skips pypy and musllinux for now.
4646
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"

0 commit comments

Comments
 (0)