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 822938d commit 24fde17Copy full SHA for 24fde17
.github/workflows/build-wheel.yml
@@ -71,7 +71,7 @@ jobs:
71
env
72
73
- name: Build cuda.core wheel
74
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
+ uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
75
env:
76
CIBW_BUILD: ${{ env.CIBW_BUILD }}
77
CIBW_ARCHS_LINUX: "native"
@@ -112,7 +112,7 @@ jobs:
112
cuda-version: ${{ inputs.cuda-version }}
113
114
- name: Build cuda.bindings wheel
115
116
117
118
0 commit comments