Skip to content

Commit

Permalink
Merge pull request #54 from webknjaz/patch-1
Browse files Browse the repository at this point in the history
Use `pypa/gh-action-pypi-publish@release/v1` @ GHA
  • Loading branch information
RonnyPfannschmidt committed Mar 9, 2023
2 parents 18f0e6d + 978096f commit 9cae431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 9cae431

Please sign in to comment.