Use uv to manage our Python documentation dependencies (#18263)

I want to lock our Zig build dependencies and this is an incremental
step towards doing so via uv
This commit is contained in:
Zanie Blue
2026-03-04 09:52:15 -06:00
committed by GitHub
parent 6ddcbbf700
commit 4ff4720da5
18 changed files with 1049 additions and 201 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Update Python version constants"
run: uv run scripts/sync-python-version-constants.py
run: uv run --no-project scripts/sync-python-version-constants.py
- name: "Create Pull Request"
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0