Skip to content

Commit 6d83d01

Browse files
committed
fix: adjust names of github actions steps and ensure we provide a glob path to the github release file attachment
1 parent d45018b commit 6d83d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ jobs:
105105
git tag {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
106106
git push origin {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
107107
108-
- name: Publish package distributions to TestPyPI
108+
- name: Publish package distributions to PyPI
109109
uses: pypa/gh-action-pypi-publish@release/v1
110110

111111
- name: Publish to GitHub
112112
env:
113113
GITHUB_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}
114-
run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/
114+
run: gh release upload {{ "${{ needs.build_and_testpypi.outputs.tag }}" }} dist/*

0 commit comments

Comments
 (0)