Skip to content
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

Release as a universal wheel #110

Merged
merged 1 commit into from
Oct 16, 2016

Conversation

adamchainz
Copy link
Contributor

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.

By releasing as a [Python wheel](http://pythonwheels.com/) 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`.
@john-kurkowski
Copy link
Owner

john-kurkowski commented Oct 16, 2016

Thanks for the explanation. I like speed. Sounds good! Thank you!

@john-kurkowski john-kurkowski merged commit 268393c into john-kurkowski:master Oct 16, 2016
@john-kurkowski
Copy link
Owner

Released as source and as a wheel in 2.0.2.

@adamchainz
Copy link
Contributor Author

Thanks!

@floer32
Copy link
Collaborator

floer32 commented Oct 23, 2016

@hummus Thought you might like to see this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants