codesmidgen/.woodpecker.yaml
Raoul Snyman e0d76dbbde
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Try to make valid yaml
2023-07-27 16:36:09 -07:00

19 lines
315 B
YAML

steps:
lint:
image: python:3.11
commands:
- pip install hatch
- hatch lint:lint
build:
image: python:3.11
commands:
- pip install hatch
- hatch build
deploy:
image: python:3.11
commands:
- pip install hatch
- hatch upload
when:
event: tag