PyPI - Version PyPI - Python Version
Table of Contents
pip install haystack-pydoc-toolshaystack-pydoc-tools is distributed under the terms of the Apache-2.0 license.
To release version x.y.z:
- Manually update the version in
src/haystack_pydoc_tools/__about__.py(via a PR or a direct push tomain). - From the
mainbranch, create a tag locally:git tag vx.y.z. - Push the tag:
git push --tags. - Wait for the CI to release the package on PyPI.