Feat: add autopublishing
continuous-integration/drone/push Build is passing Detalles

Este commit está contenido en:
Bertrand Benjamin 2020-08-20 17:02:09 +02:00
padre 27e7dcba20
commit 73b19e9644
Se han modificado 1 ficheros con 9 adiciones y 0 borrados

Ver fichero

@ -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