diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0621db0..ce9db84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,13 +41,6 @@ jobs: run: | python setup.py sdist - - name: Publish package to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.PYPI_TEST_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish package if tagged release if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master