cool-easter-32542
02/08/2024, 9:25 AMpython_distribution to generate this distribution, unpack it in my open source repo and commit changes.
Describe the solution you'd like
I'd like a pants build target for deploying or comitting/updating part of a monorepo as a separate pants-independent git repo with support for CI/CD actions like performing automatic formatting, dependency license compliance checking or release tagging.
Describe alternatives you've considered
• The CI/CD actions I have described are not necessary for this feature, as they can be integrated elsewhere, like with GitHub Actions.
• Of course I could extract the component that I want to open source from the monorepo, but I would like to continue to be able to flexibly update parts of the codebase that my main project relies on.
• using a target like python_distribution as described
pantsbuild/pants