1
0
Derivar 0

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

Este cometimento está contido em:
Bertrand Benjamin 2020-08-20 17:02:09 +02:00
ascendente 27e7dcba20
cometimento 73b19e9644
1 ficheiros modificados com 9 adições e 0 eliminações

Ver ficheiro

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