python-pinot-dbapi / pinot-dbapi

Python DB-API and SQLAlchemy dialect for Pinot
MIT License
19 stars 33 forks source link

Make release a github action #59

Closed xiangfu0 closed 1 year ago

xiangfu0 commented 1 year ago

Ideally we should make release a github action so people can pick the right version and kick off the release process.

xiangfu0 commented 1 year ago

Added a github action to publish release: https://github.com/python-pinot-dbapi/pinot-dbapi/actions/workflows/pinotdb-pypi-publisher.yml

If not specify the version, the process will just bump bugfix version. Then it will push to master, push a release branch and publish to PyPI repo.