Relative Content

Tag Archive for pythongitgitlabcicd

Best practice for creating new release in gitlab CI/CD-pipeline

I have a python-project on gitlab, with an integrated pipeline to both run tests, and if these tests are successful and are run on the main branch, the documentation and a wheel file should be build. Now, however, I would like to expand this by automatically creating releases for new versions and compiling the project into an executable. My current .gitlab-ci.yml-file looks like this: