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 1def17e commit 6b8ac66Copy full SHA for 6b8ac66
.github/actions/build/action.yml
@@ -88,10 +88,11 @@ runs:
88
$CHOWN -R $(whoami) ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
89
ls -lahR ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
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
+ # TODO: enable this after NVIDIA/cuda-python#297 is resolved
+ # - name: Check cuda.bindings wheel
+ # shell: bash --noprofile --norc -xeuo pipefail {0}
+ # run: |
95
+ # twine check ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
96
97
- name: Upload cuda.bindings build artifacts
98
uses: actions/upload-artifact@v4
0 commit comments