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

nodeenv is a pure python package, produce py2.py3 wheels #242

Merged
merged 1 commit into from
Nov 19, 2019
Merged

nodeenv is a pure python package, produce py2.py3 wheels #242

merged 1 commit into from
Nov 19, 2019

Conversation

asottile
Copy link
Contributor

wheels are ~slightly faster to install than installing from source

when upload a new release could you provide wheels as well?

assuming you currently promote a release using:

python setup.py sdist
twine upload -r pypi dist/*

additionally promoting wheels is as easy as doing:

# assumes you have `wheel` installed to the python you're using to promote
python setup.py sdist bdist_wheel
twine upload -r pypi dist/*

@ekalinin ekalinin merged commit e490684 into ekalinin:master Nov 19, 2019
@asottile asottile deleted the universal_wheel branch November 19, 2019 07:36
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.

2 participants