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