Skip to content

Commit

Permalink
ci: upgrade release to pypa/gh-action-pypi-publish@release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz committed Nov 23, 2022
1 parent 1ee5860 commit 77be39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Publish the package version ${{ github.event.release.tag_name }} to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
print_hash: true

0 comments on commit 77be39a

Please sign in to comment.