cnpryer / huak

My experimental Python package manager.
https://cnpryer.github.io/huak/
MIT License
615 stars 37 forks source link

Bundle ruff and uv builds in cargo-dist release pipeline #894

Closed cnpryer closed 3 months ago

cnpryer commented 6 months ago

The goal is to customize the cargo-dist release pipeline to package huak releases with uv and ruff builds for a tightly integrated experience.

There are a few challenges that'll need to be addressed, like determining how to support PyPI releases.

Closes #888 Closes #890

cnpryer commented 6 months ago

This could be relevant: https://github.com/rust-lang/rfcs/pull/3028