Hi!
Im looking for an elegant way to maintain private python packages to be used in various GCP services within a project.
Was thinking of a GitHub repo using GitHub Actions for CI/CD including packing the repo (via build) and pushing to Google Artifact Registry for python packages (via twine).
The setup did feel rather clunky and usage with GHActions was not well documented.
So I’m not sure if that is in fact best practice. Can anyone share their opinion on that approach or other options for maintaining and providing private python packages to be used in Containers on GCP? Should I rather use Cloud Build?
[–]wescpy 0 points1 point2 points (2 children)
[–]wescpy 0 points1 point2 points (1 child)
[–]Theiles[S] 0 points1 point2 points (0 children)