Rust-Python-Packaging / rust-pip

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

Add release cycle workflows #31

Open John15321 opened 2 years ago

John15321 commented 2 years ago

Add CI/CD workflows that automatically detect if a commit is tagged on master and push it to the release branch and release it using GitHub release feature. The release file should contain the source code and compilation artifacts. Follow the procedure described in the branching strategy in the README.

(As of now not implemented) Blocked by: