Skip to content

Commit 8aa50cb

Browse files
author
David Rubinstein
committed
Use v1 tag of pypa publishing action
1 parent ab3fe4a commit 8aa50cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m build
2424
twine check dist/*
2525
- name: Publish distribution to PyPI
26-
uses: pypa/gh-action-pypi-publish@master
26+
uses: pypa/gh-action-pypi-publish@v1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)