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