Fix pypi url to publish wheel (#306)

Fix pypi url to publish wheel
This commit is contained in:
Nader Al Awar
2026-01-29 16:03:48 -06:00
committed by GitHub

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