From 73b19e964484063a99ab5e2aeff6c35d0a909836 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 20 Aug 2020 17:02:09 +0200 Subject: [PATCH] Feat: add autopublishing --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 413502e..a945d6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,12 @@ steps: commands: - pip install -r requirements.txt - pytest --doctest-modules ./mapytex/ + - name: Publish + image: plugins/pypi + settings: + username: + from_secret: pypi_username + password: + from_secret: pypi_password + when: + event: tag