From afcd4c6f4fae398d68264e1876da1b9898e6a3a4 Mon Sep 17 00:00:00 2001 From: liam-strand Date: Wed, 10 Aug 2022 10:57:10 -0400 Subject: [PATCH] switch to live PyPI --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 68bd3f2..2dd1358 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -36,5 +36,5 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_TEST_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }} + repository_url: https://pypi.org/