Open adamchainz opened 8 years ago
By releasing as a Python wheel as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run python setup.py clean sdist bdist_wheel upload.
python setup.py clean sdist bdist_wheel upload
By releasing as a Python wheel as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run
python setup.py clean sdist bdist_wheel upload
.