We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584853e commit 4f9fd9bCopy full SHA for 4f9fd9b
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ on:
40
- pypi
41
42
env:
43
- TAG: ${{ fromJSON('{"cuda_bindings":"v","cuda_core":"cuda-core-v","cuda_pathfinder":"cuda-pathfinder-v","cuda_python":"cuda-python-v","all":"all-v"}')[inputs.component] }}${{ inputs.version }}
+ TAG: ${{ fromJSON('{"cuda_bindings":"v","cuda_core":"cuda-core-v","cuda_pathfinder":"cuda-pathfinder-v","cuda_python":"v","all":"v"}')[inputs.component] }}${{ inputs.version }}
44
45
defaults:
46
run:
0 commit comments