Bopytex/.drone.yml
Bertrand Benjamin 4db2b1ce73
All checks were successful
continuous-integration/drone/push Build is passing
Fix: only on tagging?
2020-08-20 16:27:17 +02:00

14 lines
222 B
YAML

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