Skip to content

Commit 52f46d0

Browse files
committed
Administrivia - update dist program
1 parent 9b9d995 commit 52f46d0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

admin-tools/make-dist.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ cd ..
1818
source mathics_scanner/version.py
1919
echo $__version__
2020

21-
for pyversion in $PYVERSIONS; do
22-
if ! pyenv local $pyversion ; then
23-
exit $?
24-
fi
25-
# pip bdist_egg create too-general wheels. So
26-
# we narrow that by moving the generated wheel.
27-
28-
rm -fr build
29-
python setup.py bdist_egg
30-
done
3121
python setup.py bdist_wheel
3222
python ./setup.py sdist
3323
finish

0 commit comments

Comments
 (0)