-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 Add current proteobench version to landing page of UI #313
Conversation
Additional question: currently, when I click on the link to documentation from proteobench.cubimed, I reach the latest version. Can I just change the link to https://proteobench.readthedocs.io/en/stable/ in the home page? Would you mind? This way it is consistent. |
Actually, the last release (on GitHub) is 0.2.7, which is also installed on the server right now. On PyPi, there is 0.2.8b0, which seems a bit inconsistent. |
I guess this is because there are only pre-releases on PyPI: https://pypi.org/project/proteobench/#history setuptools-scm picks it up from the last tag/release in the repository. @RobbinBouwmeester Do you know why? We could also switch to a different PyPI release workflow if that is needed. |
The default version on readthedocs is the stable one: https://proteobench.readthedocs.io So yes, go ahead |
So the answer is: The actions which is updating PyPI is failing: https://github.com/Proteobench/ProteoBench/actions/workflows/automated_release.yml It complains about the
The build version is however
With the beta suffix. So I guess we need to figure that out before on the main branch. |
It added now also the intermediate version to the Changelog: #315 |
done. |
Then you can approve and merge:) |
No description provided.