feat: switch to Uv

This commit is contained in:
ducklet 2025-05-15 21:56:57 +02:00
parent 5c272b5110
commit 2814be8975
10 changed files with 538 additions and 852 deletions

View file

@ -4,4 +4,6 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec poetry run python -m unwind "$@"
python_bin=$(uv run command -v python)
exec "$python_bin" -m unwind "$@"