From df0e6bc1c44218e04e783c9a8a4a86a5a4c73622 Mon Sep 17 00:00:00 2001 From: Neal DeBuhr Date: Thu, 15 Sep 2022 19:22:05 +0000 Subject: [PATCH] Fix the Python shared library documentation, so that it matches the Terraform configurations for Artifact Registry --- libs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/README.md b/libs/README.md index 6d20746..55b77ca 100644 --- a/libs/README.md +++ b/libs/README.md @@ -17,5 +17,5 @@ Configure `GOOGLE_APPLICATION_CREDENTIALS` and `GOOGLE_PROJECT` environment vari ```bash python3 -m build -python3 -m twine upload --repository-url https://us-central1-python.pkg.dev/$GOOGLE_PROJECT/quickstart-python-repo/ dist/* +python3 -m twine upload --repository-url https://us-python.pkg.dev/$GOOGLE_PROJECT/isidro-libs/ dist/* ``` \ No newline at end of file