From 388ea6bc187bd5510e2aeab0fd5d6a6e46efb777 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Mon, 14 Sep 2020 17:32:07 -0700 Subject: [PATCH] fix: Change release script package name (#489) --- .kokoro/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/release.sh b/.kokoro/release.sh index c997903c64..9f60d5f251 100755 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -29,6 +29,6 @@ export PYTHONUNBUFFERED=1 # Move into the package, build the distribution and upload. TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google_cloud_pypi_password") -cd github/python-spanner +cd github/python-spanner-django python3 setup.py sdist bdist_wheel twine upload --username gcloudpypi --password "${TWINE_PASSWORD}" dist/*