Skip to content

Commit 75efa8a

Browse files
committed
No issue: Upgrade GitHub actions
1 parent 48c41d8 commit 75efa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repository_url: https://test.pypi.org/legacy/
3232
- name: Publish package to PyPI
3333
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34-
uses: pypa/gh-action-pypi-publish@master
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)