Skip to content

Commit 7817764

Browse files
committed
fix
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 3e94390 commit 7817764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/attach-wheels-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - Release the static code to PyPi
66
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
77

8-
name: Attach wheels to release (${{ inputs.run-os, ${{ inputs.release-version }}, ${{ inputs.python-version }}, ${{ inputs.torch-version }}, ${{ inputs.cuda-version }}, ${{ inputs.cudnn-version }}, ${{ inputs.cxx11_abi }}})
8+
name: Attach wheels to release (${{ inputs.run-os }}, ${{ inputs.release-version }}, ${{ inputs.python-version }}, ${{ inputs.torch-version }}, ${{ inputs.cuda-version }}, ${{ inputs.cudnn-version }}, ${{ inputs.cxx11_abi }})
99

1010
on:
1111
release:

0 commit comments

Comments
 (0)