chore(ci): pin "build" and use the pinned version in CI

This commit is contained in:
Matthias
2026-03-28 12:55:02 +01:00
parent 3e40944b4e
commit d82cac3895
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ jobs:
- name: Build distribution
run: |
uv pip install -U build
uv pip install $(grep -E "^build==" requirements-dev.txt)
python -m build --sdist --wheel
- name: Upload artifacts 📦