yuval9313 / FastApi-RESTful

Quicker way to develop FastApi
MIT License
180 stars 25 forks source link

Newest release not available on PyPi #213

Closed pavelzw closed 1 year ago

pavelzw commented 1 year ago

image image

It would be nice to get 0.5.0 on PyPi.

Edit: just saw #212

yuval9313 commented 1 year ago

You are correct and I had enough with poetry, and I think I'd switch to hatch/fleet since I don't think poetry is quite right for packaging and it seems like hatch manages it plenty (with fastapi being my inspiration)

pavelzw commented 1 year ago

Thanks, it's available now :)

You may want to look at the failing publish CI, though image