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 8296ef4 commit 802e9d5Copy full SHA for 802e9d5
{{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/* --clobber --draft
+ run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/* --clobber
0 commit comments