Rust-Python-Packaging / rust-pip

Pip rewritten in Rust.
MIT License
19 stars 11 forks source link

Add a `.rpm` release to the release file #45

Open John15321 opened 2 years ago

John15321 commented 2 years ago

Using a crate called cargo-rpm we can easily create a .rpm package for our project which should later be added to the release files. Bare in mind that a new testing CI job will be required to make sure it's working.

Related to:

Blocked by: