Fix the wheel sbom contents check (again) and ensure CI runs on such changes (#18177)

This commit is contained in:
Zanie Blue
2026-02-23 18:24:50 -06:00
committed by GitHub
parent d6342a811a
commit 5fa874f031
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -74,6 +74,7 @@ jobs:
[[ "$file" == "pyproject.toml" || "$file" =~ ^crates/.*/pyproject\.toml$ ]] && python_config_changed=1
[[ "$file" =~ ^\.github/workflows/.*\.yml$ ]] && workflow_changed=1
[[ "$file" == ".github/workflows/build-release-binaries.yml" ]] && release_workflow_changed=1
[[ "$file" == "scripts/check_uv_wheel_contents.py" ]] && release_build_changed=1
[[ "$file" == ".github/workflows/ci.yml" ]] && ci_workflow_changed=1
[[ "$file" == "uv.schema.json" ]] && schema_changed=1
[[ "$file" =~ ^crates/uv-publish/ || "$file" =~ ^scripts/publish/ || "$file" == "crates/uv/src/commands/publish.rs" ]] && publish_code_changed=1