Fix typo in actions file

This commit is contained in:
Darren Eberly
2022-08-11 00:24:32 -04:00
parent 2950b1a86f
commit 74ed4aedaf

View File

@@ -25,6 +25,6 @@ jobs:
repository_url: https://test.pypi.org/legacy/
- name: Publish Distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-public@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}