Replace a few more occurrences

This commit is contained in:
Nader Al Awar
2026-01-29 13:32:09 -06:00
parent 711c1e2eb1
commit c14a016e40
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Upload wheel artifact
uses: actions/upload-artifact@v4
with:
name: wheel-pynvbench-py${{ matrix.python }}
name: wheel-cuda_bench-py${{ matrix.python }}
path: wheelhouse/*.whl
retention-days: 7
if-no-files-found: error
@@ -67,7 +67,7 @@ jobs:
- name: Download wheel artifact
uses: actions/download-artifact@v4
with:
name: wheel-pynvbench-py${{ matrix.python }}
name: wheel-cuda_bench-py${{ matrix.python }}
path: wheelhouse
- name: Test wheel
@@ -89,7 +89,7 @@ jobs:
--env cuda_version=${{ matrix.cuda }} \
--env cuda_extra="${cuda_extra}" \
rapidsai/ci-wheel:25.12-cuda${cuda_full_version}-rockylinux8-py${{ matrix.python }} \
/workspace/ci/test_pynvbench_inner.sh
/workspace/ci/test_cuda_bench_inner.sh
verify-workflow:
name: Verify all builds and tests succeeded

View File

@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: ${{ inputs.wheel-dst }}
url: https://${{ (inputs.wheel-dst == 'testpypi' && 'test.') || '' }}pypi.org/p/pynvbench/
url: https://${{ (inputs.wheel-dst == 'testpypi' && 'test.') || '' }}pypi.org/p/cuda_bench/
permissions:
id-token: write
contents: read