Skip to content

Commit 86e80a9

Browse files
committed
Use @release/v1 instead of @master for PyPI github action
1 parent fa0499e commit 86e80a9

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.git_repo_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.git_repo_name}}/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Publish distribution to PyPI
103103
if: github.repository == '{{ cookiecutter.git_org_name }}/{{ cookiecutter.git_repo_name }}' && startsWith(github.ref, 'refs/tags')
104-
uses: pypa/gh-action-pypi-publish@master
104+
uses: pypa/gh-action-pypi-publish@release/v1
105105
with:
106106
password: ${% raw %}{{ secrets.PYPI_API_TOKEN }}{% endraw %}
107107
skip_existing: true

0 commit comments

Comments
 (0)