CINF / PyExpLabSys

Python for Experimental Lab Systems: Serial drivers, file parsers, data and live sockets
GNU General Public License v3.0
74 stars 33 forks source link

Publish on PyPI #47

Open KennethNielsen opened 1 year ago

KennethNielsen commented 1 year ago

We are probably due for releasing this on PyPI for some time now. I will look into doing it via github actions, so the only requirement for making a new version will be making a tag in git and pushing it.

robertjensen commented 1 year ago

This would be simply brilliant!!!!

robertjensen commented 1 year ago

Also, on the same topic; I am not quite sure how to maintain the documentation, do you have a cheat-sheet on how to update readthedocs?

KennethNielsen commented 1 year ago

@robertjensen the "main" version on ReadTheDocs (the version not tied to a version, which I think is the only only one there right now) should update automatically. Usually, if that doesn't happen it is due to a build error. Best way to check that, if you are missing new documentation on RTD, is first to make sure it build locally, and if nothing shows up there, check the build log on RTD. You can sometimes have build errors only on RTD, caused e.g. by platform dependencies. If you run into problems let me know. I can remember that I have done a few non standard things with those docs.

robertjensen commented 1 year ago

PyExpLabSys Read The Docs

KennethNielsen commented 1 year ago

image

This seems to be the problem. I will see about fixing it.