From f2934780883d1c3267b354f18afb94f050070eff Mon Sep 17 00:00:00 2001 From: rchan Date: Thu, 12 Oct 2023 13:36:54 +0100 Subject: [PATCH] change distribution release --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}