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

Wheel support for manylinux #18

Closed
shashanksingh28 opened this issue Aug 27, 2019 · 5 comments · Fixed by #106
Closed

Wheel support for manylinux #18

shashanksingh28 opened this issue Aug 27, 2019 · 5 comments · Fixed by #106

Comments

@shashanksingh28
Copy link

If we could have a .whl of yappi available in pypi.org, it would have multiple benefits:

  1. Builds won't break if python installed in a machine is built from newer versions of gcc but the newer version is not available in the machine building a python package that depends on yappi
  2. Reduced build times (no compile step needed)
@sumerc
Copy link
Owner

sumerc commented Sep 2, 2019

That would be great!

@sumerc sumerc added the 1.3 label Dec 17, 2019
@sumerc sumerc changed the title Release .whl using manylinux containers? Wheel support for manylinux Apr 8, 2020
@sumerc sumerc removed the 1.3 label Apr 8, 2020
@gaborbernat
Copy link
Contributor

@sumerc did you consider adopting https://pypi.org/project/cibuildwheel/? Would you be open to adopting it?

@sumerc
Copy link
Owner

sumerc commented Aug 2, 2022

I would be more than happy to adopt it :)

@gaborbernat
Copy link
Contributor

Created a PR 👌

@sumerc
Copy link
Owner

sumerc commented Aug 2, 2022

Already merged :)

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 a pull request may close this issue.

3 participants