prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
645 stars 21 forks source link

chore: prepare release #123

Closed baszalmstra closed 9 months ago

baszalmstra commented 9 months ago

This PR prepares the repository for release.

@tdejager

Make sure you have cargo-release installed:

cargo install cargo-release

Then simply run the following from the root of the repository:

cargo release # verify that everything is as you expect it
cargo release --execute # actually publish the release
git push upstream v0.1.0 # push the tag to the upstream repository