Ancora modifiche alla pipeline.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
100fa2e2ac
commit
a84641c6ea
11
.drone.yml
11
.drone.yml
@ -10,3 +10,14 @@ steps:
|
||||
- python setup.py bdist_wheel
|
||||
- mkdir out
|
||||
- cp dist/*.whl out/
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea-deploy
|
||||
base_url: https://git.sys42.eu
|
||||
files: out/*.whl
|
||||
checksum:
|
||||
- md5
|
||||
draft: true
|
||||
|
Reference in New Issue
Block a user