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

config: introduce installer.no-binary #5609

Merged
merged 1 commit into from
May 14, 2022

Commits on May 14, 2022

  1. config: introduce installer.no-binary

    This change replaces the `--no-binary` option introduced in python-poetry#5600 as
    the original implementation could cause inconsistent results when the
    add, update or lock commands were used.
    
    This implementation makes use of a new configuration
    `installer.no-binary` to allow for user specification of sdist
    preference for select packages.
    abn committed May 14, 2022
    Configuration menu
    Copy the full SHA
    2a2e4fe View commit details
    Browse the repository at this point in the history