pip3 install poetry
Before release, you use must the PYPI_TOKEN
environment to satisfy the pip3 publish
requires.
For taosws:
export PYPI_TOKEN=xxx
./ci/release-ws.sh <new-version>
For taospy:
./ci/release.sh <new-version>
Release script will do:
- Generate changelog.
- Commit with changelog and version bump.
- Tag with new version
- Push commit directly to main branch.
- Push tags
Note that taosws and taospy use different versions.