python-sdk/.drone.yml

21 lines
255 B
YAML
Raw Normal View History

2023-04-12 14:28:21 +00:00
---
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