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

Build universal (Python 2 and 3 compat.) wheels by default. #19

Merged
merged 1 commit into from May 23, 2018

Conversation

jmchilton
Copy link
Contributor

xref https://packaging.python.org/tutorials/distributing-packages/#universal-wheels

Ideally you'd publish these wheels along with your source files to PyPI when you do releases (just publish the results of "python setup.py bdist_wheel" in addition to sdist).

xref https://packaging.python.org/tutorials/distributing-packages/#universal-wheels

Ideally you'd publish these wheels along with your source files to PyPI when you do releases (just publish the results of "python setup.py bdist_wheel" in addition to sdist).
@mikedarcy
Copy link
Collaborator

Thanks. I'll try to get this going for the next release.

@mikedarcy mikedarcy merged commit c60754b into fair-research:master May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants