Skip to content

Instantly share code, notes, and snippets.

@Geremie
Last active April 13, 2022 07:53
Show Gist options
  • Save Geremie/2d9fce1894d44e37f2819681d1931173 to your computer and use it in GitHub Desktop.
Save Geremie/2d9fce1894d44e37f2819681d1931173 to your computer and use it in GitHub Desktop.
Manage your Private Python Packages with Artifact Registry
# activate the artifact registry API
gcloud services enable artifactregistry.googleapis.com
# create a python repository
gcloud artifacts repositories create <your_repository_name> --repository-format=python --location=<your_repository_location> \
--description="<your_repository_description>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment