mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +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}}
|
cd ${{ env.WORKDIR}}
|
||||||
export VERSION=$(git describe --abbrev=0)
|
export VERSION=$(git describe --abbrev=0)
|
||||||
make upgrade-version NEW_VERSION=$VERSION
|
make upgrade-version NEW_VERSION=$VERSION
|
||||||
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
poetry publish --no-interaction
|
||||||
poetry publish --repository testpypi --no-interaction
|
|
||||||
|
|||||||
Reference in New Issue
Block a user