uv/crates/puffin-distribution
Charlie Marsh f99e3560e8
Avoid returning zipped wheels from registry and URL indexes (#558)
## Summary

This is hard to reproduce, but if you run a long installation process
that errors part-way through, you can end up with zipped wheels in the
`Wheels` cache, which is intended to contain only unzipped wheels. This
PR avoids returning those entries from the registry, which will then
lead to errors downstream when we treat them as directories.
2023-12-05 09:53:45 +01:00
..
src Avoid returning zipped wheels from registry and URL indexes (#558) 2023-12-05 09:53:45 +01:00
Cargo.toml Source dist metadata refactor (#468) 2023-11-24 17:47:58 +00:00