rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2690926958


##########
ci/scripts/python_wheel_macos_build.sh:
##########
@@ -175,6 +175,11 @@ export CMAKE_PREFIX_PATH=${build_dir}/install
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PYARROW_VERSION}
 
 pushd ${source_dir}/python
+# We first populate stub docstrings and then build the wheel
+python setup.py build_ext --inplace
+python -m pip install griffe libcst
+python ../dev/update_stub_docstrings.py pyarrow-stubs

Review Comment:
   Same as https://github.com/apache/arrow/pull/48618#discussion_r2690922776. 
It's a noop and we don't have to introduce python logic in stub PRs if we do 
here.



-- 
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]

Reply via email to