We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9696c8 commit 0de8fb0Copy full SHA for 0de8fb0
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,6 @@ on:
20
- cuda-bindings
21
- cuda-pathfinder
22
- cuda-python
23
- - all
24
git-tag:
25
description: "The release git tag"
26
required: true
@@ -159,7 +158,7 @@ jobs:
159
158
- doc
160
environment:
161
name: testpypi
162
- url: https://test.pypi.org/${{ inputs.component != 'all' && format('p/{0}/', inputs.component) || '' }}
+ url: https://test.pypi.org/p/${{ inputs.component }}/
163
permissions:
164
id-token: write
165
steps:
@@ -189,7 +188,7 @@ jobs:
189
188
- publish-testpypi
190
191
name: pypi
192
- url: https://pypi.org/${{ inputs.component != 'all' && format('p/{0}/', inputs.component) || '' }}
+ url: https://pypi.org/p/${{ inputs.component }}/
193
194
195
0 commit comments