Skip to content

Commit 86b167c

Browse files
deps(workflows): bump pypa/cibuildwheel from 2.15 to 2.16 (#193)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15 to 2.16. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.15...v2.16) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2117c18 commit 86b167c

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
@@ -132,7 +132,7 @@ jobs:
132132
run: python .github/workflows/set_cibw_build.py
133133

134134
- name: Build wheels
135-
uses: pypa/cibuildwheel@v2.15
135+
uses: pypa/cibuildwheel@v2.16
136136
env:
137137
CIBW_BUILD: ${{ env.CIBW_BUILD }}
138138
with:
@@ -182,7 +182,7 @@ jobs:
182182
run: python .github/workflows/set_cibw_build.py
183183

184184
- name: Build wheels
185-
uses: pypa/cibuildwheel@v2.15
185+
uses: pypa/cibuildwheel@v2.16
186186
env:
187187
CIBW_BUILD: ${{ env.CIBW_BUILD }}
188188
with:

0 commit comments

Comments
 (0)