File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Check cuda.core wheel
134
134
run : |
135
- twine check ${{ env.CUDA_CORE_ARTIFACTS_DIR }}/*.whl
135
+ twine check --strict ${{ env.CUDA_CORE_ARTIFACTS_DIR }}/*.whl
136
136
137
137
- name : Upload cuda.core build artifacts
138
138
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Check cuda.bindings wheel
181
181
run : |
182
- twine check ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
182
+ twine check --strict ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
183
183
184
184
- name : Upload cuda.bindings build artifacts
185
185
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
@@ -194,7 +194,7 @@ jobs:
194
194
run : |
195
195
pushd cuda_python
196
196
pip wheel -v --no-deps .
197
- twine check *.whl
197
+ twine check --strict *.whl
198
198
popd
199
199
200
200
- name : List the cuda-python artifacts directory
You can’t perform that action at this time.
0 commit comments