mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +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:
parent
efc0264ba2
commit
32b224f6db
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
|
||||
|
Loading…
Reference in New Issue
Block a user