Skip to content

Automate building and uploading Python package

Peter Bittner requested to merge feature/automate-packaging into main

We'll execute a dry-run for building the Python package in every MR and on the main branch.

When a Git tag is pushed the package is built and uploaded to our GitLab project's PyPI registry.

Merge request reports