Skip to content

Commit

Permalink
Use real PyPi environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMoD1998 committed Jan 3, 2022
1 parent 642ce9c commit 3053acc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3053acc

Please sign in to comment.