From f15e2903aac1577371600b2928cd3d7cdb30da32 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 27 Jun 2019 13:38:12 +0000 Subject: [PATCH] Fix drone pipeline to upload to PyPy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 456a999..0ae33af 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 twine + - pip install -r dev-requirements.txt - make upload when: event: