diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5100345..1a4546f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -55,6 +55,6 @@ 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/ + # Remember to generate this and set it in "GitHub Secrets" + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }}