We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91db493 commit ba12ec5Copy full SHA for ba12ec5
1 file changed
admin-tools/make-dist.sh
@@ -24,6 +24,5 @@ if ! pyenv local $pyversion ; then
24
exit $?
25
fi
26
rm -fr build
27
-python setup.py bdist_wheel
28
-python ./setup.py sdist
+python -m build
29
finish
0 commit comments