Skip to content

Commit f13a44e

Browse files
authored
Merge branch 'main' into memory-refactor
2 parents 52164c0 + 36b8c5f commit f13a44e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cuda-version: ${{ inputs.cuda-version }}
132132

133133
- name: Build cuda.bindings wheel
134-
uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
134+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
135135
with:
136136
package-dir: ./cuda_bindings/
137137
output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
@@ -185,7 +185,7 @@ jobs:
185185
if-no-files-found: error
186186

187187
- name: Build cuda.core wheel
188-
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
188+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
189189
with:
190190
package-dir: ./cuda_core/
191191
output-dir: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -366,7 +366,7 @@ jobs:
366366
rmdir $OLD_BASENAME
367367
368368
- name: Build cuda.core wheel
369-
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
369+
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
370370
with:
371371
package-dir: ./cuda_core/
372372
output-dir: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}

0 commit comments

Comments
 (0)