Skip to content

Commit 5446099

Browse files
committed
Do not use no-isolation
1 parent 1ea7454 commit 5446099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin-tools/make-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ if ! pyenv local $pyversion ; then
2525
exit $?
2626
fi
2727
rm -fr build
28-
python -m build --wheel --no-isolation
28+
python -m build --wheel
2929
python ./setup.py sdist
3030
finish

0 commit comments

Comments
 (0)