From 6eae3547f46dcdb3a27e120b559bcbcad8c12ef2 Mon Sep 17 00:00:00 2001 From: Yadu Nand Babuji Date: Mon, 27 Feb 2023 12:46:23 -0600 Subject: [PATCH] Point release target from test.pypi to pypi now that tags are working (#2612) --- .github/workflows/python-publish-to-testpypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-publish-to-testpypi.yml b/.github/workflows/python-publish-to-testpypi.yml index 141c42c8a0..e280d61c57 100644 --- a/.github/workflows/python-publish-to-testpypi.yml +++ b/.github/workflows/python-publish-to-testpypi.yml @@ -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