Modifiche alla pipeline.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a84641c6ea
commit
51079c81d4
@ -10,6 +10,8 @@ steps:
|
|||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- mkdir out
|
- mkdir out
|
||||||
- cp dist/*.whl out/
|
- cp dist/*.whl out/
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
@ -21,3 +23,5 @@ steps:
|
|||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
draft: true
|
draft: true
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
Reference in New Issue
Block a user