rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2728849569
##########
ci/scripts/python_wheel_macos_build.sh:
##########
@@ -177,6 +177,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
Review Comment:
I tried refactoring to [single
build](https://github.com/apache/arrow/pull/48618/changes/ec1c497bdcd389471ad0fb113c66bfc3878b4b39)
and am testing it now. I had some help from claude :robot:.
--
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]