python/.woodpecker/build.yml

11 lines
179 B
YAML
Raw Normal View History

2022-09-12 17:14:43 +02:00
pipeline:
build:
image: python:3.10
commands:
- pip install -U build
- build --version
- build
when:
event: tag
branch: [main, master]