Skip to content

Commit a8e8e17

Browse files
committed
Fix pypi url to publish wheel
1 parent f66f767 commit a8e8e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
environment:
2727
name: ${{ inputs.wheel-dst }}
28-
url: https://${{ (inputs.wheel-dst == 'testpypi' && 'test.') || '' }}pypi.org/p/cuda_bench/
28+
url: https://${{ (inputs.wheel-dst == 'testpypi' && 'test.') || '' }}pypi.org/p/cuda-bench/
2929
permissions:
3030
id-token: write
3131
contents: read

0 commit comments

Comments
 (0)