leekeiabstraction commented on code in PR #300:
URL: https://github.com/apache/fluss-rust/pull/300#discussion_r2808096101
##########
.github/workflows/release_python.yml:
##########
@@ -78,6 +81,9 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Generate Python README
+ run: python3 bindings/python/generate_readme.py
Review Comment:
I'm thinking of removing README for rust and CPP and point to doc.
Generation of python README from doc is necessary as we publish python
artefact with single README file as description. Thus this script generates a
readme by concatenating docs from python.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]