cnpryer / huak

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

Use cargo-dist #888

Open cnpryer opened 6 months ago

cnpryer commented 6 months ago

I like how uv does this

cc #857

cnpryer commented 6 months ago

Curious why their https://github.com/astral-sh/uv/blob/main/.github/workflows/build-binaries.yml is a local step.

# Build uv on all platforms.
#
# Generates both wheels (for PyPI) and archived binaries (for GitHub releases).
#
# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a local
# artifacts job within `cargo-dist`.