prefix-dev / pixi

Package management made easy
https://pixi.sh
BSD 3-Clause "New" or "Revised" License
3.38k stars 192 forks source link

feat: allow configuring pypi insecure host #2521

Open zen-xu opened 2 days ago

zen-xu commented 2 days ago

close #1982

ruben-arts commented 2 days ago

This looks good to me, @tdejager could you review this?

tdejager commented 1 day ago

Thanks @zen-xu for the PR! The Implementation looks fine, the question for me would be if we want uv_configuration as a dependency because then we can never publish this specific crate, otherwise we need to define the type and conversion ourselves. Personally, I'd be for that. cc @ruben-arts @baszalmstra