From a335e9114bb904181738d33d033bd9fcd12ae168 Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Sat, 30 Oct 2021 00:05:43 +0300 Subject: [PATCH] chore: fix Python build --- .github/workflows/perper-agent-python.yml | 1 + agent/python/README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/perper-agent-python.yml b/.github/workflows/perper-agent-python.yml index 0c599eb9..9cdd6ac1 100644 --- a/.github/workflows/perper-agent-python.yml +++ b/.github/workflows/perper-agent-python.yml @@ -30,4 +30,5 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel + twine check dist/* twine upload dist/* diff --git a/agent/python/README.md b/agent/python/README.md index 991aa1a5..41222d76 100644 --- a/agent/python/README.md +++ b/agent/python/README.md @@ -1 +1,5 @@ - \ No newline at end of file +# Perper + +Stream-based, horizontally scalable framework for asynchronous data +processing, built on top of [Apache Ignite](https://ignite.apache.org/) +and [Azure Functions Host](https://github.com/Azure/azure-functions-host).