Bopytex/.drone.yml
Bertrand Benjamin 84f0a3a521
All checks were successful
continuous-integration/drone/push Build is passing
Feat: add .drone for publishing in pypi
2020-08-20 16:18:47 +02:00

15 lines
235 B
YAML

kind: pipeline
name: default
steps:
- name: Publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
trigger:
event:
- tag