Feat: add autopublishing
This commit is contained in:
parent
7e4bfc9ba0
commit
700665c0a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user