From 2bb03199f0582fc4747acf7cd97c9a4c2b72eb7d Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 18 Jun 2019 17:02:01 +0000 Subject: [PATCH] Tune upload build step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0ae33af..456a999 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: from_secret: TWINE_PASSWORD commands: - which make || apk add make - - pip install -r dev-requirements.txt + - pip install -r twine - make upload when: event: