Skip to content

Commit 978d7c3

Browse files
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 in the actions group (#59)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.2...v2.20.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83cd6b5 commit 978d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
platforms: all
5252
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
53-
- uses: pypa/cibuildwheel@v2.19.2
53+
- uses: pypa/cibuildwheel@v2.20.0
5454
env:
5555
CIBW_ARCHS: "${{ matrix.arch }}"
5656
CIBW_BUILD: "${{ matrix.python }}-*"

0 commit comments

Comments
 (0)