diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 76ecb75..6e1f09e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 if: github.event_name == 'release' && github.event.action == 'published' with: - # Remember to tell (test-)pypi about this repo before publishing - # Remove this line to publish to PyPI - repository-url: https://test.pypi.org/legacy/ password: ${{ secrets.PYPI_PASSWORD }}