Skip to content

Commit a26aa63

Browse files
committed
update gh-action-pypi-publish version
1 parent 0cf0ba1 commit a26aa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
twine check dist/*
3131
3232
- name: Publish on PyPI
33-
uses: pypa/gh-action-pypi-publish@master
33+
uses: pypa/gh-action-pypi-publish@release/v1
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)