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.
2 parents c9975db + be2c770 commit 6cf1d8aCopy full SHA for 6cf1d8a
.kokoro/release.sh
@@ -25,5 +25,5 @@ export PYTHONUNBUFFERED=1
25
# Move into the package, build the distribution and upload.
26
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
27
cd github/cloud-sql-python-connector
28
-python3 setup.py sdist bdist_wheel
+python3 -m build --wheel
29
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
0 commit comments