python/.drone.yml
thorsten.spille a574f66722
Some checks reported errors
continuous-integration/drone/push Build encountered an error
„.drone.yml“ ändern
2022-06-11 19:24:00 +02:00

24 lines
334 B
YAML

---
kind: pipeline
type: exec
name: build python3
trigger:
branch:
- master
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- ./run 3.10
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.bashclub.org
files: ./*.deb
api_key:
from_secret: access_token