Skip to content

Commit 289bdc3

Browse files
da-hJackUrb
authored andcommitted
github: fix pypi workflow warning (missing pypi-publish version)
1 parent 94e7c9f commit 289bdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: python setup.py sdist
4747
- name: Publish a Python distribution to PyPI
4848
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
49-
uses: pypa/gh-action-pypi-publish@master
49+
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
5151
user: __token__
5252
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)