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