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

Force the --python-tag when autobuilding wheels #3225

Merged
merged 1 commit into from
Nov 4, 2015

Commits on Nov 4, 2015

  1. Force the --python-tag when autobuilding wheels

    A lot of existing tarballs will successfully build a wheel, but the
    wheel will be implicitly broken because they will have dynamically
    adjusted the install_requires inside of their setup.py. Typically
    this is done for things like Python version, implementation, or what
    OS this is being installed on. We don't consider cache directories
    to be OS agnostic but we do consider them to be Python version and
    implementation agnostic. To solve this, we'll force the cached
    wheel to use a more specific Python tag that includes the major
    version and the implementation.
    dstufft committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    0e240d7 View commit details
    Browse the repository at this point in the history