diff --git a/.github/workflows/publish-pypi.yaml b/.github/workflows/publish-pypi.yaml index c246433b..d1920a62 100644 --- a/.github/workflows/publish-pypi.yaml +++ b/.github/workflows/publish-pypi.yaml @@ -20,13 +20,6 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build --sdist --wheel --outdir dist/ . - - name: Publish distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - verbose: true - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: