Update CI uv handling and runner changes

This commit is contained in:
Nick Sweeting
2026-03-23 13:27:23 -07:00
parent e1eb5693c9
commit 39450111dd
14 changed files with 73 additions and 146 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Build local sdist
run: |
uv sync --frozen --all-extras --no-install-project --no-install-workspace
uv sync --frozen --all-extras --no-install-project --no-install-workspace --no-sources
uv build --sdist --out-dir /tmp/sdist/
- name: Generate formula from local sdist