Skip to content

Commit 205333d

Browse files
Update publish.yml
1 parent 1c9fac2 commit 205333d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: >-
1616
python setup.py sdist
1717
- name: Publish distribution to PyPI
18-
uses: pypa/gh-action-pypi-publish@master
18+
uses: pypa/gh-action-pypi-publish@release/v1
1919
with:
2020
user: __token__
2121
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)