From f890c69bd9757fa1706974d991da9013dffbaf62 Mon Sep 17 00:00:00 2001 From: Stephan Finkensieper <1991007+sfinkens@users.noreply.github.com> Date: Mon, 6 Dec 2021 18:53:58 +0100 Subject: [PATCH] Switch from Test-PyPI to PyPI --- .github/workflows/deploy-sdist.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-sdist.yml b/.github/workflows/deploy-sdist.yml index e48cf0e..82a7f44 100644 --- a/.github/workflows/deploy-sdist.yml +++ b/.github/workflows/deploy-sdist.yml @@ -17,10 +17,9 @@ jobs: shell: bash -l {0} run: python setup.py sdist - - name: Publish package to Test-PyPI + - name: Publish package to PyPI if: github.event.action == 'published' uses: pypa/gh-action-pypi-publish@v1.4.1 with: user: __token__ - password: ${{ secrets.test_pypi_token }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.pypi_token }}