Skip to content

CI: Add continuous delivery (packaging and uploading to PyPI)

Michael Thies requested to merge feature/continuous_delivery into master

This MR adds the new stages package and upload to the CI pipeline. The upload job is only performed for Version-Tags (vX.X.X), which are protected in GitLab to be only created by Maintainers.

Additionally, this MR fixes the setup.py to exclude the tests from the distribution package.

Merge request reports

Loading