[FR] Python Packge Builder image
Which builder is relevant to this request? Python Package builder (does not exist)
Is your feature request related to a problem? Please describe. Now that PyPI is supported in alpha for Artifact Registry, it would be very useful to have a Python package Builder image.
Describe the solution you'd like The documentation for pushing python packages to a PyPi Artifact Registry repo states to use Twine do accomplish this. It would be very useful to have a prebuilt Builder image to be able to hook this up in a simple way with Cloud Build and triggers.
Describe alternatives you've considered Currently, the only way to do this is with a custom image.
One additional note: it would be great to have something like the 'setuptools_scm' library and Git preinstalled within the image as well in order to manage versioning based on the tags from the SCM (Cloud Source Repos, in my case).
Any news from this end? Or anyone has found any un-official builder images somewhere?
A builder for twine was added a while ago.