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

Develop a workflow for publishing packages with limited PEP 387 API #11

Closed
astrofrog opened this issue Mar 3, 2022 · 2 comments
Closed

Comments

@astrofrog
Copy link
Contributor

Packages can use the limited API here: https://docs.python.org/3/c-api/stable.html to avoid having to build wheels for every Python version. It would be nice to investigate whether we can write a workflow that eg builds wheels for the oldest supported Python version and tests it on all the more recent ones.

@ConorMacBride
Copy link
Member

Do we still need this issue? The publish.yml workflow already works with packages configured to use PEP 387 (e.g. astrofrog/fast-histogram#56 and sunpy/sunpy#6171).

@astrofrog
Copy link
Contributor Author

No we can close this! :)

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

No branches or pull requests

2 participants