Skip to content

Commit

Permalink
Fixed a typo in the pypi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Sep 21, 2022
1 parent ddb243e commit c345618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c345618

Please sign in to comment.