Skip to content

Commit c0e60ee

Browse files
committed
Administrivia
1 parent bf3bfc6 commit c0e60ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

admin-tools/make-dist.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ cd ..
1919
source pymathics/natlang/version.py
2020
echo $__version__
2121

22-
pyversion=3.11
22+
pyversion=3.13
2323
if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi
2626

27-
python -m build
27+
pip wheel --wheel-dir=dist .
28+
python -m build --sdist
2829
finish

0 commit comments

Comments
 (0)