jittor icon indicating copy to clipboard operation
jittor copied to clipboard

Feature request: provide wheel in pypi

Open FantasqueX opened this issue 2 years ago • 0 comments

According to Python packaging user guide, "You should also create a wheel for your project. A wheel is a built package that can be installed without needing to go through the “build” process. Installing wheels is substantially faster for the end user than installing from a source distribution."

I think an elegant solution is using Github actions to build wheel and upload to pypi.

Thanks in advance.

FantasqueX avatar May 08 '22 16:05 FantasqueX