mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Build riscv64 binary so it can get released in the GitHub Releases, which is used by many high-level apps. A copy-paste from linux-s390x, with only target and arch changed. maturin-action added riscv64 support in v1.48.0, this PR also bumps it to the latest version, v1.48.1. ## Test Plan <!-- How was it tested? --> Let CI test itself :P Already tested in [my fork](https://github.com/Xeonacid/uv/actions/runs/14289179697/job/40048172301)