Skip to content

Commit 6cf1d8a

Browse files
chore: Merge branch 'main' into development-build-v1.17.0.dev0
2 parents c9975db + be2c770 commit 6cf1d8a

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
@@ -25,5 +25,5 @@ export PYTHONUNBUFFERED=1
2525
# Move into the package, build the distribution and upload.
2626
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
2727
cd github/cloud-sql-python-connector
28-
python3 setup.py sdist bdist_wheel
28+
python3 -m build --wheel
2929
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*

0 commit comments

Comments
 (0)