sarutak commented on code in PR #2509:
URL: https://github.com/apache/avro/pull/2509#discussion_r1332583842
##########
lang/py/build.sh:
##########
@@ -84,7 +84,10 @@ main() {
for target; do
case "$target" in
clean) clean;;
- dist) dist;;
+ dist)
+ dist
+ doc
Review Comment:
I don't know if it's normal or not but the web site seems to be intended to
include the doc.
https://github.com/apache/avro/blob/master/doc/content/en/docs/%2B%2Bversion%2B%2B/api-py.md?plain=1
Also, I can't find the doc accessible from the PyPi.
https://pypi.org/project/avro/
cc: @kojiromike
--
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]