aboutsummaryrefslogtreecommitdiff
path: root/.kokoro/release.sh
diff options
context:
space:
mode:
Diffstat (limited to '.kokoro/release.sh')
-rwxr-xr-x.kokoro/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.kokoro/release.sh b/.kokoro/release.sh
index 929c782..0728ce1 100755
--- a/.kokoro/release.sh
+++ b/.kokoro/release.sh
@@ -26,7 +26,7 @@ python3 -m pip install --upgrade twine wheel setuptools
export PYTHONUNBUFFERED=1
# Move into the package, build the distribution and upload.
-TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google_cloud_pypi_password")
+TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
cd github/python-api-core
python3 setup.py sdist bdist_wheel
-twine upload --username gcloudpypi --password "${TWINE_PASSWORD}" dist/*
+twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*