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


##########
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:
   This is the documented way to create a source distribution via meson-python. 
See also https://mesonbuild.com/meson-python/how-to-guides/sdist.html



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