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 3675ed4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ 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"
cuda: "11.7.0"
method: network
sub-packages: '["nvcc"]'
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ 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"
cuda: "11.7.0"
method: network
sub-packages: '["nvcc"]'
- run: |
Expand Down

0 comments on commit 3675ed4

Please # to comment.