rust-pip
rust-pip copied to clipboard
Add a `.rpm` release to the release file
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:
- https://github.com/John15321/rust-pip/issues/44
- https://github.com/John15321/rust-pip/issues/42
- https://github.com/John15321/rust-pip/issues/51
Blocked by:
- https://github.com/John15321/rust-pip/issues/31