PyQtPicUpload/.drone.yml

9 lines
144 B
YAML
Raw Permalink Normal View History

2022-03-27 22:53:30 +08:00
kind: pipeline
name: default
steps:
- name: test
image: python:3.10
commands:
- pip install -r requirements.txt
2023-12-09 22:05:09 +08:00
- python setup.py bdist