cloud-builders icon indicating copy to clipboard operation
cloud-builders copied to clipboard

[FR] Python Packge Builder image

Open viyh opened this issue 5 years ago • 2 comments

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.

viyh avatar Apr 14 '21 17:04 viyh

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).

viyh avatar Apr 15 '21 19:04 viyh

Any news from this end? Or anyone has found any un-official builder images somewhere?

mlhamel avatar Oct 29 '21 15:10 mlhamel

A builder for twine was added a while ago.

haroonc avatar Feb 27 '24 22:02 haroonc