Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
vendor
/
pretty_assertions
/
scripts
/
publish
blob: e904f03eb2bf40b35ade4c2fcd5aeacff88dfad6 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
euxo pipefail
# Don't log the cargo login token while authenticating
set
+
x
echo
"cargo login ***********************************"
cargo login
"${CARGO_LOGIN_TOKEN}"
set
-
x
cargo publish