Skip to content

Commit

Permalink
Pypi: publish to real repository.
Browse files Browse the repository at this point in the history
Cut & paste bug from test repo section?

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Aug 12, 2023
1 parent efc0264 commit 32b224f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32b224f

Please sign in to comment.