From 4f7a799cd7c2cb7b4427a1703b3be7c7345276f9 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Thu, 14 Dec 2023 20:21:13 -0600 Subject: [PATCH] switch to main pypi --- .github/workflows/python.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 5cdc1ead7d..cfa4b07b2d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -69,7 +69,5 @@ jobs: path: dist/ - name: Publish package distributions to TestPyPI # Only upload on tags - if: startsWith(github.ref, 'refs/tags/v') + # if: startsWith(github.ref, 'refs/tags/v') # temp to test publish uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/