Skip to content

Commit

Permalink
Merge pull request #17 from pckroon/ci_maintenance
Browse files Browse the repository at this point in the history
Switch to normal pypi
  • Loading branch information
pckroon committed Oct 21, 2021
2 parents 21ef189 + bcadbbe commit 23ae993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
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 23ae993

Please sign in to comment.