From 65865ec9d60ef88050904d4ad69eeb8b927e95b4 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Thu, 2 Oct 2025 18:55:42 +0100 Subject: [PATCH] fix: remove testpypi we don't need it in the workflow --- .github/workflows/release-please.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a5b7e38a..c3013712 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -80,10 +80,6 @@ jobs: run: poetry install - name: Build package run: poetry build - - name: Publish to TestPyPI - env: - POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_TOKEN }} - run: poetry publish --repository testpypi - name: Publish to PyPI env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}