From 32b224f6db9c18f25c05b1ed0af0e26fc8519e3e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 12 Aug 2023 09:48:52 +0930 Subject: [PATCH] Pypi: publish to real repository. Cut & paste bug from test repo section? Signed-off-by: Rusty Russell --- .github/workflows/pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index db3fdb1d3..3aade8b08 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -83,5 +83,4 @@ jobs: cd ${{ env.WORKDIR}} export VERSION=$(git describe --abbrev=0) make upgrade-version NEW_VERSION=$VERSION - poetry config repositories.testpypi https://test.pypi.org/legacy/ - poetry publish --repository testpypi --no-interaction + poetry publish --no-interaction