Skip to content

Commit ef2ea80

Browse files
committed
Administrivia
1 parent 00c46f3 commit ef2ea80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin-tools/make-dist.sh

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

22-
pyversion=3.13
22+
pyversion=3.14
2323
if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi
2626
rm -fr build
2727
python -m build --wheel
28-
python ./setup.py sdist
28+
python -m build --sdist
2929
finish

0 commit comments

Comments
 (0)