Add CI/CD
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
nemunaire 2023-04-12 16:28:21 +02:00
parent 71dc3cfea1
commit 4145413e3f
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
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