Skip to content

Fix missing mo in gitlab ci/cd pypi publish

Vincent Texier requested to merge fix_missing_mo into main

When publishing with Gitlab CI/CD on PyPI and PyPI-test, .mo files are missing from the package published.

It is because the .mo files are not built before the python package build.

We need to add a make build command to handle all this.

Merge request reports