diff --git a/tasks.py b/tasks.py index f5a6843..513aef7 100644 --- a/tasks.py +++ b/tasks.py @@ -36,4 +36,4 @@ def publish(ctx): args = "" if username and password: args = f"--username {username} --password {password}" - ctx.run(f"poetry publish --build {args}", pty=True, echo=True) + ctx.run(f"poetry publish --build {args}", pty=True, echo=False)