We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e208ed commit a7d90d0Copy full SHA for a7d90d0
.github/workflows/publish_to_pypi.yaml
@@ -57,4 +57,4 @@ jobs:
57
env:
58
GH_TOKEN: ${{ github.token }}
59
GH_REPO: ${{ github.repository }}
60
- run: gh release upload "${{ github.ref }}" dist/*
+ run: gh release upload "${{ github.ref_name }}" dist/*
0 commit comments