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

这个提交包含在:
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