pitrou commented on code in PR #45854: URL: https://github.com/apache/arrow/pull/45854#discussion_r2021252825
########## 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: We're not using Meson 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org