python/.woodpecker/build.yml

10 lines
171 B
YAML
Raw Normal View History

2022-09-12 17:14:43 +02:00
pipeline:
build:
2022-09-12 17:31:22 +02:00
image: python:latest
when:
event: tag
2022-09-12 17:14:43 +02:00
commands:
2022-09-12 17:31:22 +02:00
- python --version
- pip install -U build --quiet
2022-09-12 19:15:18 +02:00
- python -m build