We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916097e commit 126bca0Copy full SHA for 126bca0
.github/workflows/build-wheel.yml
@@ -71,7 +71,7 @@ jobs:
71
env
72
73
- name: Build cuda.core wheel
74
- uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
+ uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
75
env:
76
CIBW_BUILD: ${{ env.CIBW_BUILD }}
77
CIBW_ARCHS_LINUX: "native"
@@ -114,7 +114,7 @@ jobs:
114
cuda-version: ${{ inputs.cuda-version }}
115
116
- name: Build cuda.bindings wheel
117
118
119
120
0 commit comments