diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7866396e..2adcfb96b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,12 +34,12 @@ jobs: - name: Build package run: poetry build - - name: Uploading to test PyPI - uses: pypa/gh-action-pypi-publish@v1.6.4 - with: - user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ +# - name: Uploading to test PyPI +# uses: pypa/gh-action-pypi-publish@v1.6.4 +# with: +# user: __token__ +# password: ${{ secrets.TEST_PYPI_API_TOKEN }} +# repository_url: https://test.pypi.org/legacy/ - name: Publish package uses: pypa/gh-action-pypi-publish@v1.6.4