python-sdk/.drone.yml

21 lines
255 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: pypi_publish
image: plugins/pypi
settings:
username: __token__
password:
from_secret: pypi-token
trigger:
event:
- tag