Skip to content

Commit 55b24c8

Browse files
committed
Use a stable version of the pypi publish action
1 parent 2623239 commit 55b24c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python setup.py sdist bdist_wheel
4141
- name: Publish a Python distribution to PyPI
4242
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
43-
uses: pypa/gh-action-pypi-publish@master
43+
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
4545
user: __token__
4646
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)