Skip to content

Commit

Permalink
deps: bump cibuildwheel version to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Oct 28, 2022
1 parent 55d282d commit f4809c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: python .github/workflows/set_cibw_build.py

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.11.2
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
with:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
run: python .github/workflows/set_cibw_build.py

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.11.2
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
update-environment: true

- name: Setup CUDA Toolkit
uses: Jimver/cuda-toolkit@v0.2.7
uses: Jimver/cuda-toolkit@v0.2.8
id: cuda-toolkit
with:
cuda: "11.7.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
update-environment: true

- name: Setup CUDA Toolkit
uses: Jimver/cuda-toolkit@v0.2.7
uses: Jimver/cuda-toolkit@v0.2.8
id: cuda-toolkit
with:
cuda: "11.7.1"
Expand Down

0 comments on commit f4809c4

Please # to comment.