Ancora modifiche alla pipeline.
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
|
- python setup.py bdist_wheel
|
||||||
- mkdir out
|
- mkdir out
|
||||||
- cp dist/*.whl 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
|
||||||
|
|
Loading…
Reference in New Issue