python/.woodpecker/build.yml
RealStickman e15c733d15
Some checks failed
ci/woodpecker/tag/linting Pipeline failed
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/deploy Pipeline failed
Update 0.0.6
2022-09-12 19:17:16 +02:00

11 lines
185 B
YAML

pipeline:
build:
image: python:latest
when:
event: tag
commands:
- python --version
- pip install -U build --quiet
- python -m build
- ls -l