junrushao opened a new pull request, #372:
URL: https://github.com/apache/tvm-ffi/pull/372

   Depends on #363.
   
   Existing order being
   
   - Export C++ to Python;
   - Build a Python wheel;
   - Generate Python package stubs.
   
   follows a natural bottom-up order. However, as a Python packaging tutorial, 
it would be more desirable to empahsis the "Python Packaging" part. Therefore, 
we reorder it to:
   
   - Build a Python wheel;
   - Export C++ to Python;
   - Generate Python package stubs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to