Skip to content

Commit

Permalink
Update package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Sep 17, 2024
1 parent 11c20e9 commit f563a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit f563a4a

Please sign in to comment.