Modernise & deploy #1

Merged
andras merged 25 commits from asch/modernise into master 2026-05-31 16:48:45 +01:00
Showing only changes of commit b7f460bb68 - Show all commits

View file

@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v4
with:
version: latest
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Set up Python
run: uv python install 3.13