Skip to content

Commit

Permalink
Change publish params to 'real' PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
majabojarska committed Mar 6, 2021
1 parent 7c7f729 commit 9cb80e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -45,5 +45,4 @@ 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 }}

0 comments on commit 9cb80e6

Please sign in to comment.