Skip to content

Commit a335e91

Browse files
committed
chore: fix Python build
1 parent 8247be9 commit a335e91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/perper-agent-python.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3131
run: |
3232
python setup.py sdist bdist_wheel
33+
twine check dist/*
3334
twine upload dist/*

agent/python/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
1+
# Perper
2+
3+
Stream-based, horizontally scalable framework for asynchronous data
4+
processing, built on top of [Apache Ignite](https://ignite.apache.org/)
5+
and [Azure Functions Host](https://github.com/Azure/azure-functions-host).

0 commit comments

Comments
 (0)