Do we still need the linexe CI job?
I suppose the point of the linexe CI job was to create a downloadable artifact such as https://gitlab.com/Verner/pyvallex/-/jobs/628656118/artifacts/browse/dist/
Now that pyvallex has been turned into a python package, do we still need the job? Is there any use for the created artifacts?
Related question: how often do we intend to create a new version of the vallex-tools python package? Should we add a CI job that updates the minor version of the package number by one and creates a new version with each commit (or, possibly, with each commit such that the commit message contains some defined keyword such as "RELEASE")?