NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
312 stars 243 forks source link

Make release versions on github and pypi consistent #1109

Open JuliaSprenger opened 2 years ago

JuliaSprenger commented 2 years ago

The releases on github are lagging behind as these need to be done manually. @samuelgarcia and me propose to only use to only use pypi for releases and plain tags on github so ensure there's no conflicting latest release versions in different places. This implies deleting the already existing releases on github. @apdavison What do you think about this?

JuliaSprenger commented 2 years ago

We should delete the existing releases on github to avoid confusion.

zm711 commented 2 months ago

@JuliaSprenger

We discussed deleting releases and then it will display tags which corresponds to the pypi releases. Is this okay with you?