diff --git a/package.js b/package.js index d8b7050ab8..efe4c9a2d7 100644 --- a/package.js +++ b/package.js @@ -299,7 +299,7 @@ const build = async (target) => { writeLine('build python'); await exec('python package.py build version'); await exec('python -m pip install --user build wheel --quiet'); - await exec('python -m build --no-isolation --wheel --outdir dist/pypi dist/pypi'); + await exec('python -m build --wheel --outdir dist/pypi dist/pypi'); if (read('install')) { await exec('python -m pip install --force-reinstall dist/pypi/*.whl'); }