Skip to content

Commit f5fc0fb

Browse files
chore(deps): bump pypa/cibuildwheel in the actions group (#499)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17 to 2.18 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17...v2.18) --- 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 08501f6 commit f5fc0fb

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
@@ -112,7 +112,7 @@ jobs:
112112
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
113113

114114
- name: Build wheels
115-
uses: pypa/cibuildwheel@v2.17
115+
uses: pypa/cibuildwheel@v2.18
116116
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
117117
env:
118118
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -141,7 +141,7 @@ jobs:
141141
fetch-depth: 0 # required for versioneer to find tags
142142

143143
- name: Build wheels
144-
uses: pypa/cibuildwheel@v2.17
144+
uses: pypa/cibuildwheel@v2.18
145145
env:
146146
CIBW_ARCHS: "${{ matrix.arch }}"
147147
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)