Add release pipeline
Resolves #145
Bumping a version is one thing which is non automated and requires manual work. Can it still be done manually, or do you prefer to have it automated? If yes, we would need to have a CI user which will create bump version commits.
Discussed offline with @hashhar and I added an automation in release workflow which increments a version of trino-python-client and push bump commit before doing a release.
Workflow structure changed, I converted it to a single job workflow with multiple steps.
@hashhar PTAL
@findepi can you please remind me if the PYPI_TOKEN secret is set in GHA already or not.
it is