Raoul Snyman
21ed0188a7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
19 lines
319 B
YAML
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
|