Skip to content

Commit ba12ec5

Browse files
committed
Administrivia
1 parent 91db493 commit ba12ec5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

admin-tools/make-dist.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi
2626
rm -fr build
27-
python setup.py bdist_wheel
28-
python ./setup.py sdist
27+
python -m build
2928
finish

0 commit comments

Comments
 (0)