Update pypi release action.

This commit is contained in:
Matt Davis
2022-08-13 08:41:29 -04:00
parent e9dc3247dc
commit fbb1a5a6e7
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
# to upload to test pypi, pass repository_url: https://test.pypi.org/legacy/ and use secrets.TEST_PYPI_TOKEN
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}