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

PyPI Wheels #944

Closed
6 tasks
groodt opened this issue Jun 18, 2022 · 3 comments · Fixed by #949
Closed
6 tasks

PyPI Wheels #944

groodt opened this issue Jun 18, 2022 · 3 comments · Fixed by #949

Comments

@groodt
Copy link
Contributor

groodt commented Jun 18, 2022

Describe the bug
The benefits of wheels are well documented. See: https://pythonwheels.com/
This package is pure Python and publishing it as both source and as a wheel is simple.

It appears wheels were previously published, so a regression has occurred somewhere.
#58

Would you accept a PR to publish wheels?

Checklist

  • I have reproduced in environment where pip check passes without errors
  • I have provided pip freeze results
  • I have provided sample code or detailed way to reproduce
  • I have tried the same code in botocore to ensure this is an aiobotocore specific issue
  • I have tried similar code in aiohttp to ensure this is is an aiobotocore specific issue
  • I have checked the latest and older versions of aiobotocore/aiohttp/python to see if this is a regression / injection

pip freeze results

Environment:

  • Python Version: [e.g. 3.6]
  • OS name and version: [e.g. darwin stretch]

Additional context
Add any other context about the problem here.

@yan12125
Copy link
Contributor

#946 tried to add wheel support, but failed due to missing wheel package.

@groodt groodt mentioned this issue Jun 27, 2022
13 tasks
@groodt
Copy link
Contributor Author

groodt commented Jun 27, 2022

@yan12125 Ok, I've created a PR which I think addresses the issues.

@yan12125
Copy link
Contributor

Nice! Let's wait thehesiod for a review. I don't have the permission to merge, either.

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.

2 participants