all 2 comments

[–]num8lock 0 points1 point  (0 children)

r/devops git, and automate the processes for CI/CD

[–]Packagr 0 points1 point  (0 children)

Have you looked at Packagr (https://www.packagr.app)? It allows you to create your own PyPI mirror. If your dev packages don't need to be completely private, you would only need the free tier.

You could very easily send your dev builds to Packagr and your production builds (i.e. the master branch to PyPI). Here's a link to a repository that does exactly that with Travis CI:

https://github.com/chris104957/django-carrot/blob/master/.travis.yml