Skip to content

Commit 5813a95

Browse files
authored
Update gh-action-pypi-publish in python-publish.yml
1 parent 08f60f8 commit 5813a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: python setup.py sdist
115115

116116
- name: Publish to PyPI
117-
uses: pypa/gh-action-pypi-publish@master
117+
uses: pypa/gh-action-pypi-publish@release/v1
118118
with:
119119
user: __token__
120120
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)