kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.5k stars 295 forks source link

Release engineering: Use git tags #416

Closed PromyLOPh closed 4 years ago

PromyLOPh commented 4 years ago

Hi, I’m maintaining the guix package for pypika and having tagged releases in git would help. We generally run the test suite of packages (if available and feasible). pypika’s PyPi source package lacks the folder pypika/tests, so I’m falling back to specific git commits right now.

Thank you!

twheys commented 4 years ago

we've been using bumpversion since 0.35.2 which tags the git branch, since then. all releases should have been tagged.

PromyLOPh commented 4 years ago

I don’t see any tags or branches here on github. Am I missing something?

twheys commented 4 years ago

appears i haven't been pushing them ... they are there now. could you have a look again, please?

PromyLOPh commented 4 years ago

Excellent, thank you!