Skip to content

Commit

Permalink
fix: update PyPI action for testPYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansaul committed Oct 6, 2024
1 parent 5f22cf7 commit f3ce44a
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 @@ -34,7 +34,7 @@ jobs:
git_committer_email: "actions@users.noreply.github.com"

- name: Publish | Upload package to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down

0 comments on commit f3ce44a

Please sign in to comment.