Skip to content

Commit bf7b529

Browse files
BLD: move + update build script (pandas-dev#14991)
Only one source dist format to upload since https://www.python.org/dev/peps/pep-0527/
1 parent aba7d25 commit bf7b529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_dist.sh renamed to scripts/build_dist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ case ${answer:0:1} in
1212
echo "Building distribution"
1313
python setup.py clean
1414
python setup.py build_ext --inplace
15-
python setup.py sdist --formats=zip,gztar
15+
python setup.py sdist --formats=gztar
1616
;;
1717
* )
1818
echo "Not building distribution"

0 commit comments

Comments
 (0)