What is Gitlab CI?
GitLab CI/CD helps you automatically build, test, deploy, and monitor your code. Run tests before every merge (Continuous Integration) to make sure the code is continuously strong. Set up your git repository to automatically trigger builds when you push commits (Continuous Delivery). Integrate behavior-driven development (BDD) frameworks like Cucumber or jBehave into your workflow to write more comprehensive automated acceptance tests that communicate functionality more effectively than plain unit tests.
What is Python?
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the python.org website and can be freely distributed.
Building Python package with Gitlab CI via packagecloud
If you’re looking to build Python package with Gitlab CI, you can use packagecloud to handle all of your package management and integrations with your CI/CD tools. Packagecloud works with all kinds of packages, not only Python packages. As well, you can integrate with all kinds of CI/CD tools, not only Gitlab CI.