Skip to content

Commit 4d0377a

Browse files
chore(deps): bump the actions group with 1 update (#447)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.16.2 to 2.16.5 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.2...v2.16.5) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eeeb983 commit 4d0377a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
109109

110110
- name: Build wheels
111-
uses: pypa/[email protected].2
111+
uses: pypa/[email protected].5
112112
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
113113
env:
114114
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -137,7 +137,7 @@ jobs:
137137
fetch-depth: 0 # required for versioneer to find tags
138138

139139
- name: Build wheels
140-
uses: pypa/[email protected].2
140+
uses: pypa/[email protected].5
141141
env:
142142
CIBW_ARCHS: "${{ matrix.arch }}"
143143
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)