codesmidgen/.woodpecker.yaml
Raoul Snyman 21ed0188a7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Try to fix CI
2023-07-27 16:37:49 -07:00

19 lines
319 B
YAML

steps:
lint:
image: python:3.11
commands:
- pip install hatch
- hatch run 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