File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ python3 -m pip install --upgrade twine wheel setuptools
26
26
export PYTHONUNBUFFERED=1
27
27
28
28
# Move into the package, build the distribution and upload.
29
- TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google_cloud_pypi_password " )
29
+ TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-1 " )
30
30
cd github/google-api-python-client
31
31
python3 setup.py sdist bdist_wheel
32
- twine upload --username gcloudpypi --password " ${TWINE_PASSWORD} " dist/*
32
+ twine upload --username __token__ --password " ${TWINE_PASSWORD} " dist/*
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ before_action {
28
28
fetch_keystore {
29
29
keystore_resource {
30
30
keystore_config_id: 73713
31
- keyname: " google_cloud_pypi_password "
32
- }
31
+ keyname: " google-cloud-pypi-token-keystore-1 "
32
+ }
33
33
}
34
34
}
35
35
36
36
# Tokens needed to report release status back to GitHub
37
37
env_vars: {
38
38
key: " SECRET_MANAGER_KEYS"
39
39
value: " releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
40
- }
40
+ }
You can’t perform that action at this time.
0 commit comments