This commit updates the links to absolute URLs in the
README.md file in order to avoid broken links in PyPI
page or anywhere.
Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
The integration tests performs a deep checkout of
the opensearch repository. Instead, we can perform
a shallow clone the main branch to improve the speed
and performance of the tests.
Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
Sometimes changes can impact the ability to produce
a distributable artifact. This commit adds a condition in
the CI workflow to check if the distributions using twine.
Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>