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 1ea7454 commit 5446099Copy full SHA for 5446099
1 file changed
admin-tools/make-dist.sh
@@ -25,6 +25,6 @@ if ! pyenv local $pyversion ; then
25
exit $?
26
fi
27
rm -fr build
28
-python -m build --wheel --no-isolation
+python -m build --wheel
29
python ./setup.py sdist
30
finish
0 commit comments