Skip to content

CI: add a job for creating sdists

Christoph Reiter requested to merge creiter/pygobject:ci-create-sdists into master

We create an sdist using meson for GNOME, and one using meson-python for PyPI.

This is similar to what we did with setuptools for the last releases. The main thing here is the automation, everything else, like version numbers, formats etc is open for debate.

Merge request reports