-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish crate for CLI on crates.io #629
Comments
Related to #378 |
This requires having an account on crates.io which you do by logging in via a GH account. I already have an account there, shall we use it, or yours @demeringo or a generic one? |
I was also looking into this regarding the api sdk for rust. It seems we can declare multiple individual owners, and publish as a git https://users.rust-lang.org/t/publish-to-crates-io-as-a-github-org/50684/4 We need to first publish as an individual (I suggest you use your account if you do it, it will make thing probably simpler). But i did not test it yet ;-) . I suggest
If you wish, you could also add your name/email in the cargo.toml.
|
It seems that we need to declare a github team to publish as team. |
Problem
This would make it possible for user to install cloud scanner with
cargo install cloud-scanner-cli
Solution
See instructions on https://doc.rust-lang.org/cargo/reference/publishing.html
The text was updated successfully, but these errors were encountered: