Skip to content

Commit

Permalink
Use real PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
osthomas committed Feb 7, 2023
1 parent 59ba98b commit 31454d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi.yaml
Expand Up @@ -24,5 +24,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
# Uncomment to use pypi test repo
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy

0 comments on commit 31454d9

Please sign in to comment.