From a578241e2176104fe1af62a2b2170e207db52453 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 9 Dec 2024 07:31:17 -0700 Subject: [PATCH] ci: remove test pypi --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2c2afd..a90157a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,11 +30,6 @@ jobs: run: pip install build - name: Build run: python -m build - - name: Publish to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - skip-existing: true - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags/v') uses: pypa/gh-action-pypi-publish@release/v1