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 6d83d01 commit db46728Copy full SHA for db46728
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Create Tag
104
run: |
105
- git tag {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
+ git tag v{{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
106
git push origin {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
107
108
- name: Publish package distributions to PyPI
0 commit comments