From c14a016e40051338ce805c3e3be7103eda966d8b Mon Sep 17 00:00:00 2001 From: Nader Al Awar Date: Thu, 29 Jan 2026 13:32:09 -0600 Subject: [PATCH] Replace a few more occurrences --- .github/workflows/build-and-test-python-wheels.yml | 6 +++--- .github/workflows/publish-wheels.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test-python-wheels.yml b/.github/workflows/build-and-test-python-wheels.yml index 46f391b..5eaebfd 100644 --- a/.github/workflows/build-and-test-python-wheels.yml +++ b/.github/workflows/build-and-test-python-wheels.yml @@ -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 diff --git a/.github/workflows/publish-wheels.yml b/.github/workflows/publish-wheels.yml index 4c901fe..11d62e0 100644 --- a/.github/workflows/publish-wheels.yml +++ b/.github/workflows/publish-wheels.yml @@ -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