python/.woodpecker/build.yml
RealStickman f8e352cc07
Some checks failed
ci/woodpecker/tag/linting Pipeline failed
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/deploy Pipeline failed
Fix build and deploy. Update 0.0.5
2022-09-12 19:15:18 +02:00

10 lines
171 B
YAML

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