We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45018b commit 6d83d01Copy full SHA for 6d83d01
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -105,10 +105,10 @@ jobs:
105
git tag {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
106
git push origin {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
107
108
- - name: Publish package distributions to TestPyPI
+ - name: Publish package distributions to PyPI
109
uses: pypa/gh-action-pypi-publish@release/v1
110
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/*
0 commit comments