forked from gaugendre/ofx-processor
Disable echo in publish task
This commit is contained in:
parent
f413c617e0
commit
9ab6cd8e04
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
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)
|
||||
|
|
Loading…
Reference in a new issue