Skip to content

Commit 2810d62

Browse files
authored
Update publish.yml
1 parent 9595880 commit 2810d62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Publish package to PyPI
2929
if: startsWith(github.ref, 'refs/tags')
30-
uses: pypa/gh-action-pypi-publish@master
30+
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
3232
user: __token__
33-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)