Right now (see [gen_semver](https://github.com/i2mint/isee/blob/66bd7b0c572997cd0aa4ea7a8f99dad4a38bc373/isee/generation_utils.py#L80)) we communicate via prints that are then parsed. That's bad. It would be better to communicate "normally" via returns and inputs. How to do this with github actions?