Skip to content

Commit 5c9f1cc

Browse files
fix: add verbose flag to twine upload command in build.gradle.kts
1 parent 891e70d commit 5c9f1cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bot-api/python/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ tasks {
364364
"twine",
365365
"upload",
366366
"--non-interactive",
367+
"--verbose",
367368
"--repository",
368369
"pypi",
369370
*wheels.toTypedArray()

0 commit comments

Comments
 (0)