diff --git a/scripts/check_uv_wheel_contents.py b/scripts/check_uv_wheel_contents.py index 7a201b0d0c..d74b63e71a 100644 --- a/scripts/check_uv_wheel_contents.py +++ b/scripts/check_uv_wheel_contents.py @@ -15,6 +15,7 @@ uv_expected = { "uv-VERSION.dist-info/WHEEL", "uv-VERSION.dist-info/licenses/LICENSE-APACHE", "uv-VERSION.dist-info/licenses/LICENSE-MIT", + "uv-VERSION.dist-info/sboms/uv.cyclonedx.json", "uv/__init__.py", "uv/__main__.py", "uv/_find_uv.py", @@ -27,6 +28,7 @@ uv_build_expected = { "uv_build-VERSION.dist-info/WHEEL", "uv_build-VERSION.dist-info/licenses/LICENSE-APACHE", "uv_build-VERSION.dist-info/licenses/LICENSE-MIT", + "uv_build-VERSION.dist-info/sboms/uv_build.cyclonedx.json", "uv_build/__init__.py", "uv_build/__main__.py", "uv_build/py.typed",