Skip to content

fix(packaging): Fix pip install path

Olivier Bonhomme requested to merge fix_ci into master

It seems now that python -m build generates archives with lowercase filename. So let's fix the install step in order to take account that new name.

Merge request reports