Too Long; Didn't Read
CI/CD is an approach to software development that aims to build and deploy the code with each change (aka continuously) It brings enough benefits to provide a handsome return on investment. In the age of SaaS, introducing an automated pipeline is easier and cheaper than ever. In this article, we're going to create a basic pipeline for a typical Python package. We are going to use GitHub Actions and many other free-to-use services.