Add check for uv-trampoline windows crate version consistency (#17552)

Ensures consistency following https://github.com/astral-sh/uv/pull/17541
This commit is contained in:
Zanie Blue
2026-01-19 09:24:01 -06:00
committed by GitHub
parent a41c410318
commit 3456ae45f2
2 changed files with 71 additions and 0 deletions
@@ -10,6 +10,21 @@ env:
RUSTUP_MAX_RETRIES: 10
jobs:
# Verify windows crate version matches between workspaces
windows-version-check:
timeout-minutes: 5
runs-on: ubuntu-latest
name: "check windows crate version"
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
- name: "Check windows crate versions match"
run: uv run scripts/check-trampoline-version-consistency.py
# Separate jobs for the nightly crate
windows-trampoline-check:
timeout-minutes: 15