I had created a python package Categorize-CLI and had uploaded it to pypi, the source code of the project is available in Github, is it possible to upload this project to multiple package management systems like Homebrew and Conda from a single repo or will there be any conflicts?
Or will I have to create separate repositories for each package manager?
Thank you!
Not sure about
Conda, but forHomebrew, it is totally possible and there are some github actions can help with the release process: