From a698023047f9984aed99ce6e70081490f0ce61d7 Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Fri, 17 May 2024 15:19:49 -0700 Subject: [PATCH] Update publish-to-pypi.yml --- .github/workflows/publish-to-pypi.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index f4a95f14..8abe21e0 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -32,13 +32,13 @@ jobs: - run: echo "Building wheel from tag ${{ github.ref_name }}" - uses: actions/checkout@v4 - - name: Build and publish distribution 📦 to Test PyPI - uses: JRubics/poetry-publish@v2.0 - with: - python_version: "3.11" - pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_name: "testpypi" - repository_url: "https://test.pypi.org/legacy/" + # - name: Build and publish distribution 📦 to Test PyPI + # uses: JRubics/poetry-publish@v2.0 + # with: + # python_version: "3.11" + # pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }} + # repository_name: "testpypi" + # repository_url: "https://test.pypi.org/legacy/" - name: Build and publish distribution 📦 to PyPI uses: JRubics/poetry-publish@v2.0