This commit is contained in:
parent
71dc3cfea1
commit
4145413e3f
20
.drone.yml
Normal file
20
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user