Skip to content

Commit

Permalink
Bump cibuildwheel to 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Aug 14, 2024
1 parent 04725fc commit ba7e512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
choco install windows-sdk-8.1
- name: Build wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.20
with:
package-dir: backend/cuda
output-dir: wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.20
with:
output-dir: wheelhouse
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_mkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@master

- name: Build wheels
uses: pypa/cibuildwheel@v2.19
uses: pypa/cibuildwheel@v2.20
with:
package-dir: backend/mkl
output-dir: wheelhouse
Expand Down

0 comments on commit ba7e512

Please sign in to comment.