Skip to content

Commit 3995435

Browse files
committed
Update pypi-publish action
1 parent 5444167 commit 3995435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python setup.py sdist
7171
python setup.py bdist_wheel
7272
- name: Publish a Python distribution to PyPI
73-
uses: pypa/gh-action-pypi-publish@master
73+
uses: pypa/gh-action-pypi-publish@release/v1
7474
with:
7575
user: __token__
7676
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)