Use inputs.component for concistency with cuda-cccl

This commit is contained in:
Nader Al Awar
2026-01-29 15:10:46 -06:00
parent a8e8e176e9
commit bd775c8c14

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/cuda-bench/
url: https://${{ (inputs.wheel-dst == 'testpypi' && 'test.') || '' }}pypi.org/p/${{ inputs.component }}/
permissions:
id-token: write
contents: read