Fixed a typo in the pypi publish workflow

This commit is contained in:
Corey Oordt 2022-09-21 12:16:57 -05:00
parent ddb243eebc
commit c345618eef

View file

@ -43,6 +43,6 @@ jobs:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
password: ${{ secrets.PYPI_API_TOKEN }}