update workflow

This commit is contained in:
2025-06-03 20:28:33 +02:00
parent 9269736f23
commit 4e0a19c973

View File

@@ -21,10 +21,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
fetch-tags: true
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install
with:
python-version-file: "pyproject.toml"
- name: Set Git identity
run: |
git config user.name "Gitea CI"