Skip to content

Commit

Permalink
Point release target from test.pypi to pypi now that tags are working (
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc authored Feb 27, 2023
1 parent a69c601 commit 6eae354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish-to-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
with:
user: __token__
# Set the following to publish to TestPypi instead
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# password: ${{ secrets.TESTPYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

# password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Mint a tag
uses: rickstaa/action-create-tag@v1
Expand Down

0 comments on commit 6eae354

Please sign in to comment.