diff --git a/.github/workflows/testpypi.yml b/.github/workflows/deploy.yml similarity index 81% rename from .github/workflows/testpypi.yml rename to .github/workflows/deploy.yml index a453c750..f6c0d175 100644 --- a/.github/workflows/testpypi.yml +++ b/.github/workflows/deploy.yml @@ -49,13 +49,13 @@ jobs: name: dist path: dist - - name: Publish a Python distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@master -# if: github.event.action != 'published' - with: - user: __token__ - password: ${{ secrets.PYPI_TEST_TOKEN }} - repository_url: https://test.pypi.org/legacy/ +# - name: Publish a Python distribution to Test PyPI +# uses: pypa/gh-action-pypi-publish@master +## if: github.event.action != 'published' +# with: +# user: __token__ +# password: ${{ secrets.PYPI_TEST_TOKEN }} +# repository_url: https://test.pypi.org/legacy/ - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@master