Skip to content

Commit 0de8fb0

Browse files
authored
apply Ralf's patch
1 parent b9696c8 commit 0de8fb0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020
- cuda-bindings
2121
- cuda-pathfinder
2222
- cuda-python
23-
- all
2423
git-tag:
2524
description: "The release git tag"
2625
required: true
@@ -159,7 +158,7 @@ jobs:
159158
- doc
160159
environment:
161160
name: testpypi
162-
url: https://test.pypi.org/${{ inputs.component != 'all' && format('p/{0}/', inputs.component) || '' }}
161+
url: https://test.pypi.org/p/${{ inputs.component }}/
163162
permissions:
164163
id-token: write
165164
steps:
@@ -189,7 +188,7 @@ jobs:
189188
- publish-testpypi
190189
environment:
191190
name: pypi
192-
url: https://pypi.org/${{ inputs.component != 'all' && format('p/{0}/', inputs.component) || '' }}
191+
url: https://pypi.org/p/${{ inputs.component }}/
193192
permissions:
194193
id-token: write
195194
steps:

0 commit comments

Comments
 (0)