CI/CD Pipelines for Python Packages With Circle CI and CodeClimate

René-Jean Corneille
The Startup
Published in
10 min readJan 24, 2021

--

In software engineering, continuous deployment and integration is a growing trend consisting of frequently updating and releasing code via automation. Every change to the codebase is processed trough an automated pipeline: it is tested, and when merged with the main branch, deployed (in this case a new version of your code is released).

--

--

René-Jean Corneille
The Startup

Director of ML. I write about data science, mlops, python and sometimes C++