1
0
Fork 0

Ancora modifiche alla pipeline.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Emiliano Vavassori 2023-01-04 23:11:27 +01:00
parent 100fa2e2ac
commit a84641c6ea
1 changed files with 11 additions and 0 deletions

View File

@ -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