Skip to content

Commit

Permalink
Fix tag for pypa/gh-action-pypi-publish (#223)
Browse files Browse the repository at this point in the history
v1 is not valid, release/v1 must be used instead.
  • Loading branch information
ivanlonel authored Apr 22, 2023
1 parent d3c1ec7 commit 2760451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# -- FROM HERE, A TAG IS REQUIRED ---
- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1

with:
user: __token__
Expand Down

0 comments on commit 2760451

Please sign in to comment.