Skip to content

Commit 488efce

Browse files
Bump pypa/cibuildwheel from 3.1 to 3.2 in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.1 to 3.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1...v3.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbfbfe5 commit 488efce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- if: ${{ matrix.arch == 'aarch64' }}
4242
uses: docker/setup-qemu-action@v3
4343

44-
- uses: pypa/cibuildwheel@v3.1
44+
- uses: pypa/cibuildwheel@v3.2
4545
env:
4646
CIBW_BUILD: ${{ matrix.py }}-*
4747
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)