Commit Graph

3 Commits

Author SHA1 Message Date
Zanie Blue 5fa874f031 Fix the wheel sbom contents check (again) and ensure CI runs on such changes (#18177) 2026-02-24 00:24:50 +00:00
Zanie Blue d6342a811a Fix wheel check failure due to new cyclonedx sbom (#18173)
The maturin update to v1.12.1 (#18142) introduced automatic SBOM
generation in wheels https://github.com/PyO3/maturin/pull/2980
2026-02-23 17:12:10 -06:00
konsti 244e242471 Check that uv wheels contain the expected files (#18067)
This ensures for example that the license files don't get silently
dropped. The idea is that the script has a "snapshot" of the wheel
contents, and that snapshot is updated when adding or removing files.

With these changes, we can safely remove the extraneous annotations from
#18055.

Closes #18055
2026-02-18 17:46:27 +01:00