This commit is contained in:
parent
71dc3cfea1
commit
4145413e3f
1 changed files with 20 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue