The Zeno Python client lets you create and manage Zeno projects from Python.
Check out example projects at hub.zenoml.com, learn how to use the API, or see the full API documentation.
To create a new release, first send a PR with a bumped package version in pyproject.toml
.
Then, in GitHub, click on "Releases" and "Draft a new Release".
From here click on "tag" and create a new tag of the form vX.X.X
for your new version.
Make the release title the same as the tag.
Click "Generate release notes", and publish the release.
GitHub will start an action to push the new package to PyPI