mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
Rename "Check wheel contents" job for consistency with the rest of CI (#19820)
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user