From 5b4746bff33aa00ff13575f08ae9c110892e791d Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 12 Jun 2026 10:12:00 -0500 Subject: [PATCH] Rename "Check wheel contents" job for consistency with the rest of CI (#19820) --- .github/workflows/build-release-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 8aaf7e4c1f..6e611701a2 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -1205,7 +1205,7 @@ jobs: path: crates/uv-build/dist check-wheels: - name: "Check wheel contents" + name: "check wheel contents" runs-on: ubuntu-slim needs: - macos-x86_64 @@ -1229,5 +1229,5 @@ jobs: pattern: wheels_*-* path: wheels merge-multiple: true - - name: "Check wheel contents" + - name: "check wheel contents" run: uv run --no-project scripts/check_uv_wheel_contents.py wheels/*