Skip to content

Commit b3d30a9

Browse files
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1 in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9d1f46 commit b3d30a9

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
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
platforms: all
5151
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
52-
- uses: pypa/cibuildwheel@v3.4.0
52+
- uses: pypa/cibuildwheel@v3.4.1
5353
env:
5454
CIBW_ARCHS: "${{ matrix.arch }}"
5555
CIBW_BUILD: "${{ matrix.python }}-*"

0 commit comments

Comments
 (0)