Skip to content

Commit

Permalink
Repointed publish from test to regular PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
ufodone authored Feb 26, 2023
1 parent d53fbc5 commit 68942ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 68942ca

Please sign in to comment.