zenodo: create new version of existing publication
Dear FACILE-RS developers, first of all thanks a lot for creating and providing this tool! Currently I'm looking for ideas and tools to automate the publication of software and data. So I came back here, after attending one of your workshops at KIT last year :)
This question/issue/feature-request specifically refers to zenodo. I've set up a demo repo based on your template and everything works fine basically (facile-rs in CI). What I'm missing is the following:
- If I trigger a new publication, this will be the only version visible on zenodo, for example here, I had versions 0.1.1 and 0.1.2 before (zenodo sandbox):
- I can make an update "manually" (but not via facile-rs in CI):
If I understand the zenodo API correctly, deposit actions are required to create a new version of an existing publication. In faclie-rs, the relevant code does not seem to implement this part of the API - would this be a desired feature, or is it planned already?
Edited by Florian Obersteiner