We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f889feb commit 7fd7348Copy full SHA for 7fd7348
.github/workflows/pypi_upload.yml
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: Download release assets
39
- run: gh release download ${{ inputs.release || github.ref }} -D dist -R ${{ github.repository }}
+ run: gh release download ${{ inputs.release || github.ref_name }} -D dist -R ${{ github.repository }}
40
41
- name: Publish to TestPyPI
42
if: github.event_name == 'release' || inputs.upload_to_test_pypi
0 commit comments