Fix pypi url to publish wheel

This commit is contained in:
Nader Al Awar
2026-01-29 14:57:48 -06:00
parent f66f76731c
commit a8e8e176e9

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/cuda-bench/
permissions:
id-token: write
contents: read