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

This commit is contained in:
Bertrand Benjamin 2020-08-20 17:02:09 +02:00
父節點 27e7dcba20
當前提交 73b19e9644
共有 1 個檔案被更改,包括 9 行新增0 行删除

查看文件

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