Skip to content

Commit

Permalink
Make tags non-required for fetching wheel metadata (#2700)
Browse files Browse the repository at this point in the history
## Summary

This looks like a big change but it really isn't. Rather, I just split
`get_or_build_wheel` into separate `get_wheel` and `build_wheel` methods
internally, which made `get_or_build_wheel_metadata` capable of _not_
relying on `Tags`, which in turn makes it easier for us to use the
`DistributionDatabase` in various places without having it coupled to an
interpreter or environment (something we already did for
`SourceDistributionBuilder`).
  • Loading branch information
charliermarsh authored Mar 28, 2024
1 parent cf30932 commit b6ab919
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 158 deletions.
Loading

0 comments on commit b6ab919

Please sign in to comment.