mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-30 19:51:13 +00:00
Replace a few more occurrences
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Upload wheel artifact
|
- name: Upload wheel artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-pynvbench-py${{ matrix.python }}
|
name: wheel-cuda_bench-py${{ matrix.python }}
|
||||||
path: wheelhouse/*.whl
|
path: wheelhouse/*.whl
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Download wheel artifact
|
- name: Download wheel artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-pynvbench-py${{ matrix.python }}
|
name: wheel-cuda_bench-py${{ matrix.python }}
|
||||||
path: wheelhouse
|
path: wheelhouse
|
||||||
|
|
||||||
- name: Test wheel
|
- name: Test wheel
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
--env cuda_version=${{ matrix.cuda }} \
|
--env cuda_version=${{ matrix.cuda }} \
|
||||||
--env cuda_extra="${cuda_extra}" \
|
--env cuda_extra="${cuda_extra}" \
|
||||||
rapidsai/ci-wheel:25.12-cuda${cuda_full_version}-rockylinux8-py${{ matrix.python }} \
|
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:
|
verify-workflow:
|
||||||
name: Verify all builds and tests succeeded
|
name: Verify all builds and tests succeeded
|
||||||
|
|||||||
2
.github/workflows/publish-wheels.yml
vendored
2
.github/workflows/publish-wheels.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: ${{ inputs.wheel-dst }}
|
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:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user