-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] Fix package_tools #1772
[Fix] Fix package_tools #1772
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could rebase to latest dev-1.x branch on which the failure of tests is fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* copy mmdeploy_onnx2ncnn when build wheel package * prevent copy build/lib/* when build wheel
* copy mmdeploy_onnx2ncnn when build wheel package * prevent copy build/lib/* when build wheel
* [Fix] Fix package_tools (#1772) * copy mmdeploy_onnx2ncnn when build wheel package * prevent copy build/lib/* when build wheel * fix mmdeploy_builder.py * try to fix backend-pplnn ci
mmdeploy_onnx2ncnn
executable shoud be copied to wheel.build/lib/*
to wheel which should be prevented.bdist_wheel should start by cleaning up its build directory pypa/wheel#147