Skip to content

Commit

Permalink
Fix poetry publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Neoxelox committed Feb 7, 2024
1 parent e912cb1 commit 55200f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ def publish(context):
else:
context.info(f"Version tag already set: {version}")

context.info("Refreshing golang module registry cache")

context.run(f"{Tools.Poetry} publish -r pypi")
context.run(f"{Tools.Poetry} config pypi-token.pypi $PYPI_TOKEN")
context.run(f"{Tools.Poetry} publish")

0 comments on commit 55200f9

Please sign in to comment.