Skip to content

add a 'pip install' step before building wheels #9

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

Merged
merged 1 commit into from
Jun 11, 2017

Conversation

tgarc
Copy link
Contributor

@tgarc tgarc commented Jun 3, 2017

This commit makes 3 changes for builds on all platforms:

  1. pip install of the package before the pip wheel command
  2. add --no-deps to the pip wheel command since (1) already installs dependencies. This also avoids the additional step of building wheels for dependencies (which was the previous behavior)
  3. add --upgrade --force-reinstall --no-deps to the pip install comand after pip wheel. This makes sure that the build still tests installing from the built wheel (which is consistent with previous behavior).

@joerick
Copy link
Contributor

joerick commented Jun 5, 2017

Great! Thanks for this @tgarc, I'll try and get this merged this week once I've had a chance to try it out a bit :)

@joerick joerick merged commit 8a39355 into pypa:master Jun 11, 2017
@joerick
Copy link
Contributor

joerick commented Jun 11, 2017

Thanks @tgarc - merged! I just cut another release on PyPI, 0.2.1.

@tgarc
Copy link
Contributor Author

tgarc commented Jun 11, 2017

awesome sauce! thanks joe!

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