From 99818d502e2a6cc552edbb1a7be490d86a849dc9 Mon Sep 17 00:00:00 2001 From: James Harrison <00jamesh@gmail.com> Date: Wed, 16 Oct 2024 19:30:46 +0100 Subject: [PATCH] Disable Test PyPI upload --- .github/workflows/pypi-push.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pypi-push.yml b/.github/workflows/pypi-push.yml index baf5d43..dfdb305 100644 --- a/.github/workflows/pypi-push.yml +++ b/.github/workflows/pypi-push.yml @@ -132,12 +132,12 @@ jobs: with: name: mac-3_X-arm path: dist - - name: Publish distribution to Test PyPI - if: startsWith(github.ref, 'refs/tags/v') - 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 Test PyPI +# if: startsWith(github.ref, 'refs/tags/v') +# 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 if: startsWith(github.ref, 'refs/tags/v') uses: pypa/gh-action-pypi-publish@release/v1