From 7cb9a0db1896314cbb2313ba05c8ab27f07717f0 Mon Sep 17 00:00:00 2001 From: bosd <11499387+bosd@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:55:54 +0100 Subject: [PATCH] Disable autopublish to testpypi Temp disable publishing to testpypi as we don't have an account there. --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e2c34be..38d1260a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,13 +56,13 @@ jobs: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - - name: Publish package on TestPyPI - if: "! steps.check-version.outputs.tag" - uses: pypa/gh-action-pypi-publish@v1.12.2 - with: - user: __token__ - password: ${{ secrets.TEST_PYPI_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + # - name: Publish package on TestPyPI + # if: "! steps.check-version.outputs.tag" + # uses: pypa/gh-action-pypi-publish@v1.12.2 + # with: + # user: __token__ + # password: ${{ secrets.TEST_PYPI_TOKEN }} + # repository_url: https://test.pypi.org/legacy/ - name: Publish the release notes uses: release-drafter/release-drafter@v6.0.0