python/.woodpecker/build.yml
2022-09-12 17:14:43 +02:00

11 lines
179 B
YAML

pipeline:
build:
image: python:3.10
commands:
- pip install -U build
- build --version
- build
when:
event: tag
branch: [main, master]