Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdd7113

Browse files
authored
fix: Change release script package name (#489)
1 parent 59eb432 commit fdd7113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ export PYTHONUNBUFFERED=1
2929

3030
# Move into the package, build the distribution and upload.
3131
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google_cloud_pypi_password")
32-
cd github/python-spanner
32+
cd github/python-spanner-django
3333
python3 setup.py sdist bdist_wheel
3434
twine upload --username gcloudpypi --password "${TWINE_PASSWORD}" dist/*

0 commit comments

Comments
 (0)