From bf7a82c829554de59b57b3fe535670f54a6994dd Mon Sep 17 00:00:00 2001 From: Alan Manning Date: Fri, 1 Dec 2023 11:48:02 +0000 Subject: [PATCH] distribute to pypi only, removed workflow to testpypi --- .github/workflows/publish-to-test-pypi.yml | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 081ceda..765a903 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -90,26 +90,26 @@ jobs: '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}' - publish-to-testpypi: - name: Publish Python distribution to TestPyPI - needs: - - build - runs-on: ubuntu-latest - - environment: - name: testpypi - url: https://test.pypi.org/p/sonnetsuiteshelper - - permissions: - id-token: write # IMPORTANT: mandatory for trusted publishing - - steps: - - name: Download all the dists - uses: actions/download-artifact@v3 - with: - name: python-package-distributions - path: dist/ - - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + # publish-to-testpypi: + # name: Publish Python distribution to TestPyPI + # needs: + # - build + # runs-on: ubuntu-latest + # + # environment: + # name: testpypi + # url: https://test.pypi.org/p/sonnetsuiteshelper + # + # permissions: + # id-token: write # IMPORTANT: mandatory for trusted publishing + # + # steps: + # - name: Download all the dists + # uses: actions/download-artifact@v3 + # with: + # name: python-package-distributions + # path: dist/ + # - name: Publish distribution to TestPyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # repository-url: https://test.pypi.org/legacy/