File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 44
44
$CHOWN -R $(whoami) ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
45
45
ls -lahR ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
46
46
47
+ - name : Check cuda.core wheel
48
+ shell : bash --noprofile --norc -xeuo pipefail {0}
49
+ run : |
50
+ pip install twine
51
+ twine check ${{ env.CUDA_CORE_ARTIFACTS_DIR }}/*.whl
52
+
47
53
- name : Upload cuda.core build artifacts
48
54
uses : actions/upload-artifact@v4
49
55
with :
82
88
$CHOWN -R $(whoami) ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
83
89
ls -lahR ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
84
90
91
+ - name : Check cuda.bindings wheel
92
+ shell : bash --noprofile --norc -xeuo pipefail {0}
93
+ run : |
94
+ twine check ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
95
+
85
96
- name : Upload cuda.bindings build artifacts
86
97
uses : actions/upload-artifact@v4
87
98
with :
You can’t perform that action at this time.
0 commit comments