mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
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:
3
.github/workflows/pypi.yml
vendored
3
.github/workflows/pypi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user