Skip to content

Releases: timl3136/cadence-python-client

test release v0.1.0

12 Jan 23:44
059e45b

Choose a tag to compare

feat: Add github action to publish to pypi package (#59)

<!-- Describe what has changed in this PR -->
**What changed?**
Add github action to publish to pypi package

<!-- Tell your future self why have you made these changes -->
**Why?**
Allow us to update package automatically

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**


<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**

<!-- Is it notable for release? e.g. schema updates, configuration or
data migration required? If so, please mention it, and also update
CHANGELOG.md -->
**Release notes**

<!-- Is there any documentation updates should be made for config,
https://cadenceworkflow.io/docs/operation-guide/setup/ ? If so, please
open an PR in https://github.com/cadence-workflow/cadence-docs -->
**Documentation Changes**

Signed-off-by: Tim Li <[email protected]>