From 26bd43f8c20908640362d2875c0314590869d782 Mon Sep 17 00:00:00 2001 From: Logan Gore Date: Thu, 7 Mar 2024 15:06:23 -0800 Subject: [PATCH] Remove publish to Test PyPI --- .github/workflows/auto-publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 09abaa6c..c70f969e 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -46,15 +46,6 @@ jobs: done echo "diff=$FOUND" >> $GITHUB_OUTPUT - - name: Publish distribution to Test PyPI - env: - api_token: ${{ secrets.TEST_PYPI_API_TOKEN }} - if: steps.diff.outputs.diff != 0 && env.api_token != '' - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution to PyPI env: api_token: ${{ secrets.PYPI_API_TOKEN }}