Mapytex/.drone.yml
Bertrand Benjamin 73b19e9644
All checks were successful
continuous-integration/drone/push Build is passing
Feat: add autopublishing
2020-08-20 17:02:09 +02:00

19 lines
356 B
YAML

kind: pipeline
name: default
steps:
- name: testing
image: python
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