Feat: add autopublishing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
27e7dcba20
commit
73b19e9644
@ -7,3 +7,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pytest --doctest-modules ./mapytex/
|
- pytest --doctest-modules ./mapytex/
|
||||||
|
- name: Publish
|
||||||
|
image: plugins/pypi
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: pypi_username
|
||||||
|
password:
|
||||||
|
from_secret: pypi_password
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user