Skip to content

Commit c518c90

Browse files
committed
Fix sdist
1 parent 22abfbe commit c518c90

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ci/scripts/python_sdist_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ source_dir=${1}/python
2323

2424
pushd "${source_dir}"
2525
export SETUPTOOLS_SCM_PRETEND_VERSION=${PYARROW_VERSION:-}
26-
${PYTHON:-python} setup.py sdist
26+
${PYTHON:-python} -m build --sdist
2727
popd

python/requirements-build.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
build
12
cython>=3.1
23
libcst>=1.8.6
34
numpy>=1.25

0 commit comments

Comments
 (0)