flavorpack 2026-03-29
Migrate CI from pip to uv, Windows ARM64 fixes, release pipeline rename
132 files · 2,165+ · 2,334-

Migrate CI from pip to uv throughout

2 files changed
  • 03-flavor-pipeline.yml All pip install steps replaced with uv; setup-uv upgraded to v8.0.0 pinned to SHA
  • release.yml Renamed from release-pipeline.yml; uv throughout; release tag via API; workflows permission added for tag push
  • All CI workflows migrated from pip to uv for consistent toolchain. setup-uv upgraded to v8.0.0 and pinned to SHA. setup-python added before setup-uv for Windows ARM64 compatibility where uv needs a Python interpreter. Taster job gated on flavor pipeline success. Release workflow: tag pushed via API, workflows permission added, VERSION commit skipped if already at target. Stale repo root files removed. baseline internal
    2 files
    • 03-flavor-pipeline.yml
    • release.yml