From fbd8023fa6edba5247e29eddeface4d6e7c26697 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Mon, 5 Feb 2024 17:41:53 +0100 Subject: [PATCH] Remove Test PyPI release as it is not idempotent --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fa478d..4d84b3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,14 +101,6 @@ jobs: pip install -U build python -m build - - name: Publish package to Test PyPI first - uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.TEST_PYPI_PASSWORD }} - repository-url: https://test.pypi.org/legacy/ - - - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: