Bopytex/.drone.yml
Bertrand Benjamin d8c758677d
Some checks failed
continuous-integration/drone/push Build is failing
Fix: change trigger
2020-08-20 16:21:32 +02:00

15 lines
241 B
YAML

kind: pipeline
name: default
steps:
- name: Publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
trigger:
ref:
- refs/tags/*