Skip to content

Commit 6b8ac66

Browse files
committed
disable twine check for cuda.bindings for now
1 parent 1def17e commit 6b8ac66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/actions/build/action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ runs:
8888
$CHOWN -R $(whoami) ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
8989
ls -lahR ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
9090
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
91+
# TODO: enable this after NVIDIA/cuda-python#297 is resolved
92+
# - name: Check cuda.bindings wheel
93+
# shell: bash --noprofile --norc -xeuo pipefail {0}
94+
# run: |
95+
# twine check ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
9596

9697
- name: Upload cuda.bindings build artifacts
9798
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)