Feat: add autopublishing

This commit is contained in:
Bertrand Benjamin 2020-08-20 17:02:09 +02:00
parent 7e4bfc9ba0
commit 700665c0a5
1 changed files with 9 additions and 0 deletions

View File

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