Bopytex/.drone.yml

15 lines
241 B
YAML
Raw Normal View History

kind: pipeline
name: default
steps:
- name: Publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
trigger:
2020-08-20 14:21:32 +00:00
ref:
- refs/tags/*