assignUser commented on code in PR #45854:
URL: https://github.com/apache/arrow/pull/45854#discussion_r2048809749


##########
ci/scripts/python_sdist_build.sh:
##########
@@ -23,5 +23,5 @@ source_dir=${1}/python
 
 pushd ${source_dir}
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PYARROW_VERSION:-}
-${PYTHON:-python} setup.py sdist
+${PYTHON:-python} -m build --sdist .

Review Comment:
   Isn't this being run in a checkout anyway? (in ci etc.), I assume you saw 
failures somewhere?



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