Skip to content

Commit

Permalink
chore: fix Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
bojidar-bg committed Oct 29, 2021
1 parent 8247be9 commit a335e91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/perper-agent-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine check dist/*
twine upload dist/*
6 changes: 5 additions & 1 deletion agent/python/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@

# 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).

0 comments on commit a335e91

Please sign in to comment.