Skip to content

Commit

Permalink
ci: Change publish setup to publish pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Jul 23, 2020
1 parent 16d2dec commit 70e7b38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.test_pypi_token }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_token }}

0 comments on commit 70e7b38

Please sign in to comment.