From 6db4be01013bd9442b34ba814a7cf232870b21bc Mon Sep 17 00:00:00 2001 From: gyulaid Date: Sun, 27 Mar 2022 15:49:23 +0200 Subject: [PATCH] twine verbosity vol2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 134c2cb..3fb63ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: from_secret: pypi_token commands: - python3 -m pip install twine - - python3 -m twine --verbose upload alice-ci/dist/* + - python3 -m twine upload --verbose alice-ci/dist/* when: branch: - master