1
0
Fork 0
This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
loappimage-helpers/.drone.yml

25 lines
422 B
YAML
Raw Normal View History

2023-01-04 23:06:48 +01:00
---
kind: pipeline
name: default
steps:
- name: compile
image: python
commands:
- pip install wheel
- python setup.py bdist_wheel
2023-01-04 23:12:24 +01:00
when:
event: tag
2023-01-04 23:11:27 +01:00
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea-deploy
2023-01-04 23:15:07 +01:00
base_url: https://git.sys42.eu/
2023-01-04 23:44:10 +01:00
files: dist/*.whl
checksum: md5
2023-01-04 23:15:07 +01:00
draft: true
2023-01-04 23:12:24 +01:00
when:
event: tag