Skip to content

Commit

Permalink
Switch to test.pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
pckroon committed Oct 21, 2021
1 parent 51fb051 commit 077c45b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy

0 comments on commit 077c45b

Please sign in to comment.