getmoto / py-partiql-parser

Python Parser for PartiQL
MIT License
7 stars 3 forks source link

Missing 0.5.5 git tag #22

Closed yan12125 closed 2 months ago

yan12125 commented 6 months ago

There is https://pypi.org/project/py-partiql-parser/0.5.5/ but no 0.5.5 in https://github.com/getmoto/py-partiql-parser/tags. Maybe the reason is the failed step at https://github.com/getmoto/py-partiql-parser/actions/runs/9045536986/job/24855400118 ?

bblommers commented 6 months ago

Correct @yan12125 - the permissions stopped working since the last release.

This has been fixed already, so I expect next time to have a proper Github release again.

yan12125 commented 2 months ago

A new tag https://github.com/getmoto/py-partiql-parser/releases/tag/0.5.6 is out, thanks!