9 lines
No EOL
143 B
YAML
9 lines
No EOL
143 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: python:3.10
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- pytho setup.py bdist |