From 62a2a728240464b5edd4a8f34d1a72e3bca88945 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 9 Jan 2020 15:52:33 -0600 Subject: [PATCH] skip cythonization --- scripts/build_sdist.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build_sdist.sh b/scripts/build_sdist.sh index 40d1294..dbacde7 100755 --- a/scripts/build_sdist.sh +++ b/scripts/build_sdist.sh @@ -8,5 +8,4 @@ cd /pandas rm -rf dist git clean -xfd python setup.py clean --quiet -python setup.py cython -j 4 --quiet python setup.py sdist --formats=gztar --quiet