Skip to content

Pytooling publishing pipeline

phlax edited this page Dec 18, 2021 · 2 revisions

This repo is a monorepo containing various python packages used by Envoy proxy's CI.

The packages are published independently to pypi.

The current CI workflow for publishing packages is automated such that when a new "release" is created for the repository any of the python packages which have a version (as set in their VERSION) file that is not -dev are published to pypi with the corresponding version.

Clone this wiki locally