chrisdev/django-pandas

Possible to release latest dev version to PyPI?

yanivtoledano opened this issue · 8 comments

The current official release does not work well with Django > 3.0 (e.g., field annotations do not work #124). The patch has been merged #126 but has not been released to PyPI.

Sorry. Was waiting for another contribution butt.... I'll deploy this weekend. Sorry for any inconvenience caused

@chrisdev Thanks! No worries at all - I love this repo and bumped into this issue recently when upgrading our Django version. Appreciate your quick response.

@chrisdev Checking in on this one - I don't believe it has been pushed to PyPI yet. Let me know if you think it may take some time - will find alternative solution in such case!

@yanivtoledano ok pushed to the pypi and to do some updates for travis coverage etc. Sorry about the delay

@chrisdev - Thanks a lot Chris!

@chrisdev Sorry to reopen this issue but on Pypi, the version 0.6.3 is only available through a "macosx" tar.gz
Moreover, the structure of this archive does not allow me to install Django Pandas (/Users/cclarke/Virtualenvs/django-pandas-2021/ ...)

@yanivtoledano @benoit9126 and everybody else this is embarrassing! I bumped the version number to 0.6.4 and we've uploaded both the wheel and the source versions as usual. I Yanked_ the previous release on PyPI. I hope that this bit of carelessness on my part did not cause you a lot of problems. Please accept my apologies. Still have to fix some of the travis build failures but I think it runs on most version of python/django

@chrisdev Don't worry, we all have trouble with CI/CD... 😄

Thank you. I successfully installed the version 0.6.4 on my computer. 👍