Skip to content

Commit

Permalink
More packaging admninistrivia
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 9, 2024
1 parent 5056754 commit 6a0b3f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions admin-tools/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ cp -v ${HOME}/.local/var/mathics/doctest_latex_data.pcl mathics/data/

echo $__version__

for pyversion in $PYVERSIONS; do
if ! pyenv local $pyversion ; then
exit $?
fi
rm -fr build
# PYPI no longer supports eggs
# python setup.py bdist_egg
python setup.py bdist_wheel
done

pyversion=3.11
if ! pyenv local $pyversion ; then
exit $?
fi
rm -fr build
python setup.py bdist_wheel
python ./setup.py sdist
finish
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.8 pyston-2.3.5 pypy3.9-7.3.11 3.9 3.10 3.11'
export PYVERSIONS='3.8 pyston-2.3.5 3.9 3.10 3.11'

0 comments on commit 6a0b3f0

Please sign in to comment.