python-sdk/.drone.yml
Pierre-Olivier Mercier 4145413e3f
All checks were successful
continuous-integration/drone/tag Build is passing
Add CI/CD
2023-04-12 16:28:21 +02:00

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