Skip to content

Commit

Permalink
fix: Change release script package name (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Sep 15, 2020
1 parent 21f8229 commit 388ea6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/release.sh
Expand Up @@ -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/*

0 comments on commit 388ea6b

Please sign in to comment.