Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eb432 commit fdd7113Copy full SHA for fdd7113
.kokoro/release.sh
@@ -29,6 +29,6 @@ export PYTHONUNBUFFERED=1
29
30
# Move into the package, build the distribution and upload.
31
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google_cloud_pypi_password")
32
-cd github/python-spanner
+cd github/python-spanner-django
33
python3 setup.py sdist bdist_wheel
34
twine upload --username gcloudpypi --password "${TWINE_PASSWORD}" dist/*
0 commit comments