graphql-python / graphene-mongo

Graphene MongoEngine integration
http://graphene-mongo.readthedocs.io/en/latest/
MIT License
288 stars 113 forks source link

Releases v0.2.16 and v0.3.0 missing on PyPI #220

Open mathiasose opened 1 year ago

mathiasose commented 1 year ago

Thanks for the work on this project, happy user here!

I noticed that there are releases on https://github.com/graphql-python/graphene-mongo/releases that are not on https://pypi.org/project/graphene-mongo/#history. Is this an oversight or is there something preventing you from releasing on PyPI?

In the meantime I am installing v0.3.0 directly from github, but it would be nice if it were on PyPI instead.

erikwrede commented 1 year ago

@mathiasose currently the deploy to PyPi is broken, fixing it is still on my todos. Sorry for the delay and inconvenience! Will update here once it's fixed. 😊

abhinand-c commented 1 year ago

@erikwrede @arunsureshkumar Could we setup proper Deployment Pipeline here using Github Actions itself? Without relying on Travis or other CI tools?

erikwrede commented 1 year ago

@abhinand-c sure! we should copy the one from the main graphene repo 😊

abhinand-c commented 1 year ago

Sure, I will work on it!