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 90b29fc commit a384bd1Copy full SHA for a384bd1
.github/workflows/pypi_publish.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
repo_token: ${{ secrets.GITHUB_TOKEN }}
69
file: dist/*.whl
70
- tag: ${{ github.ref#refs/tags/ }}
+ tag: ${{ github.ref_name }}
71
overwrite: true
72
file_glob: true
73
0 commit comments