cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.99k stars 72 forks source link

Fix automated publishing #197

Closed temeddix closed 1 year ago

temeddix commented 1 year ago

Changes

This PR adds API token integration and authentication step to upload packages to crates.io and pub.dev properly.

Before Committing

Please make sure that you've formatted the files.

dart format .
cargo fmt
cargo clippy --fix --allow-dirty