Add release workflow

This commit is contained in:
2024-07-08 20:12:32 +01:00
parent 421843757f
commit 08810973ab
3 changed files with 33 additions and 1 deletions

View File

@@ -9,3 +9,6 @@ tests: .venv
lint: .venv
python3 -m poetry run ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py37 .
python3 -m poetry run ruff check --output-format=github --target-version=py37 .
build: .venv
python3 -m poetry build