We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0499e commit 86e80a9Copy full SHA for 86e80a9
{{cookiecutter.git_repo_name}}/.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Publish distribution to PyPI
103
if: github.repository == '{{ cookiecutter.git_org_name }}/{{ cookiecutter.git_repo_name }}' && startsWith(github.ref, 'refs/tags')
104
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
105
with:
106
password: ${% raw %}{{ secrets.PYPI_API_TOKEN }}{% endraw %}
107
skip_existing: true
0 commit comments