Right now the built analaytics.proto is built and then checked in to both this repo and pulpcore. It should instead be consumed as a python module that is received via PyPI.
To do this:
- The analytics.proto should be moved to its own repo.
- That repo should have CI that builds the protobuf python bindings
- Publish the build bindings to PyPI via a date-based string
Right now the built analaytics.proto is built and then checked in to both this repo and pulpcore. It should instead be consumed as a python module that is received via PyPI.
To do this: