Pypi: publish to real repository.

Cut & paste bug from test repo section?

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2023-08-12 09:48:52 +09:30
parent efc0264ba2
commit 32b224f6db

View File

@ -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