Skip to content

Commit ec1d8d9

Browse files
committed
disable output capturing on publish task
1 parent 69e5226 commit ec1d8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dodo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ def task_publish():
103103
task["actions"].append(
104104
lambda: CmdAction(["twine", "upload", *list((HERE / "dist").glob("*"))])
105105
)
106+
task["verbosity"] = 2
106107
return task

0 commit comments

Comments
 (0)