forcing release.
continuous-integration/drone Build is failing
Details
continuous-integration/drone Build is failing
Details
This commit is contained in:
parent
bb002e88dc
commit
2fec2a2de6
|
@ -9,8 +9,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- pip install wheel
|
- pip install wheel
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
when:
|
# when:
|
||||||
event: tag
|
# event: tag
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
@ -21,5 +21,5 @@ steps:
|
||||||
files: dist/*.whl
|
files: dist/*.whl
|
||||||
checksum: md5
|
checksum: md5
|
||||||
draft: true
|
draft: true
|
||||||
when:
|
# when:
|
||||||
event: tag
|
# event: tag
|
||||||
|
|
Loading…
Reference in New Issue