From e0f45160127e0a43e230511546726975c062475f Mon Sep 17 00:00:00 2001
From: gyulaid <gyulaid@gyulai.cloud>
Date: Sun, 27 Mar 2022 15:43:25 +0200
Subject: [PATCH] Twine verbosity

---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index 0d40c2b..134c2cb 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 upload alice-ci/dist/*
+  - python3 -m twine --verbose upload alice-ci/dist/*
   when:
     branch:
       - master
-- 
GitLab