Skip to content

Commit fcf668d

Browse files
Bump pypa/cibuildwheel from 2.21 to 2.22 (#163)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21 to 2.22. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21...v2.22) --- 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 b665812 commit fcf668d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
choco install windows-sdk-8.1
3434
3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v2.21
36+
uses: pypa/cibuildwheel@v2.22
3737
with:
3838
package-dir: backend/cuda
3939
output-dir: wheelhouse

.github/workflows/build_default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
platforms: arm64
6464

6565
- name: Build wheels
66-
uses: pypa/cibuildwheel@v2.21
66+
uses: pypa/cibuildwheel@v2.22
6767
with:
6868
output-dir: wheelhouse
6969
env:

.github/workflows/build_mkl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@master
2626

2727
- name: Build wheels
28-
uses: pypa/cibuildwheel@v2.21
28+
uses: pypa/cibuildwheel@v2.22
2929
with:
3030
package-dir: backend/mkl
3131
output-dir: wheelhouse

0 commit comments

Comments
 (0)