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 30f78cf commit 38682dcCopy full SHA for 38682dc
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -111,4 +111,4 @@ jobs:
111
- name: Publish to GitHub
112
env:
113
GITHUB_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}
114
- run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/*
+ run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/* --clobber --draft
0 commit comments