Zenroom icon indicating copy to clipboard operation
Zenroom copied to clipboard

Crates.io upload

Open puria opened this issue 4 years ago • 1 comments

🎊 for the Rust bindings ;) Would be nice to have (guess also for testing purposes) some sort of Continuous Deployment uploaded to crates.io something in fashion of:

https://github.com/dyne/Zenroom/blob/master/.github/workflows/javascript.yml#L42-L68 or https://github.com/dyne/Zenroom/blob/master/.github/workflows/python.yml#L75-L87

that each commit on main after the rust test goes ✅ creates a pre-release...

@jaromil @jpopesculian how do you see that?

puria avatar Jul 27 '21 13:07 puria

Right now we have the test in github actions https://github.com/dyne/Zenroom/blob/master/.github/workflows/rust.yml

Cargo works by importing zenroom directly from github

Not sure about best strategy and if anything else is needed for a versioned upload?

jaromil avatar Nov 27 '21 10:11 jaromil

closing this ;)

puria avatar Mar 31 '23 08:03 puria