Commit Graph
3 Commits
Author SHA1 Message Date
Venu Vardhan Reddy Tekula 40e706fdcb Update the links to absolute URLS in README.md (#179)
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]>
2022-07-18 13:42:11 -07:00
Venu Vardhan Reddy Tekula 829efcf36a Add condition for shallow clone (#70)
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]>
2021-12-16 21:58:39 +02:00
Venu Vardhan Reddy Tekula d0edcc5c87 Add twine-check to the CI workflow
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]>
2021-09-08 16:03:37 +05:30