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/*