Skip to content

Commit

Permalink
Update package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 1, 2023
1 parent c8dffad commit f6dc5ac
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 @@ -300,7 +300,7 @@ const publish = async (target) => {
}
case 'python': {
writeLine('publish python');
build('python');
await build('python');
await exec('python -m pip install --user twine');
await exec('python -m twine upload --non-interactive --skip-existing --verbose dist/pypi/*.whl');
break;
Expand Down

0 comments on commit f6dc5ac

Please sign in to comment.