Open jdufresne opened 5 years ago
Wheels are the modern standard of Python distribution
Advantages of wheels:
When you'd normally run python3 setup.py sdist upload, run instead python3 setup.py sdist bdist_wheel upload.
python3 setup.py sdist upload
python3 setup.py sdist bdist_wheel upload
For more details, see:
https://pythonwheels.com/
Wheels are the modern standard of Python distribution
Advantages of wheels:
When you'd normally run
python3 setup.py sdist upload
, run insteadpython3 setup.py sdist bdist_wheel upload
.For more details, see:
https://pythonwheels.com/