To deploy a package, run the following Cargo publish
command.
Cargo install
cargo publish or cargo publish --registry (registry id)
To override the credentials for that repository, run the following command.
Cargo install
cargo publish --token "Basic (base64 of user:password)"or cargo publish --token "Bearer (access token)"