From faf92235a0c8a2c9d9d4a74d7eeca09a4df52d33 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Sun, 4 Feb 2024 18:07:54 +1100 Subject: [PATCH] chore: Remove test pypi publish (#11) * chore: Remove test pypi publish * chore: Remove test pypi publish --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a7bcc3..45e8501 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,12 +39,6 @@ jobs: - name: Build package run: | python setup.py sdist bdist_wheel - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - skip-existing: true - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1