Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract METADATA reading into a crate #7231

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Commits on Sep 9, 2024

  1. Extract METADATA reading into a crate

    This is preparatory work for the upload functionality, which needs to read the METADATA file and attach its parsed contents to the POST request: We move finding the `.dist-info` from `install-wheel-rs` and `uv-client` to a new `uv-metadata` crate, so it can be shared with the publish crate.
    
    This isn't properly ready since the upload code isn't ready, but i'm PR-ing it now because it already had merge conflicts.
    konstin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3e76d77 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. .

    konstin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e63845b View commit details
    Browse the repository at this point in the history
  2. Update snapshots

    konstin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    35af6fd View commit details
    Browse the repository at this point in the history