martin-g commented on code in PR #2509:
URL: https://github.com/apache/avro/pull/2509#discussion_r1332543088
##########
lang/py/build.sh:
##########
@@ -84,7 +84,10 @@ main() {
for target; do
case "$target" in
clean) clean;;
- dist) dist;;
+ dist)
+ dist
+ doc
Review Comment:
It looks to me that the Python SDK distribution does not include its
documentation. Is this normal in the Python world ?
--
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]