We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given it has C-extension, wheels probably should be done on release.
Should also update wiki when this happens.
Might need to replace existing PyPI publishing workflow with https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ or use Azure like astropy? Probably should try it on PyPI test instance first.
astropy
Might depend on pypa/gh-action-pypi-publish#29 .
Tom R said oldest-supported-numpy in pyproject.toml should help build the wheels with the oldest supported numpy for a given Python version.
oldest-supported-numpy
pyproject.toml
numpy
Examples:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Given it has C-extension, wheels probably should be done on release.
Should also update wiki when this happens.
Might need to replace existing PyPI publishing workflow with https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ or use Azure like
astropy
? Probably should try it on PyPI test instance first.Might depend on pypa/gh-action-pypi-publish#29 .
Tom R said
oldest-supported-numpy
inpyproject.toml
should help build the wheels with the oldest supportednumpy
for a given Python version.Examples:
The text was updated successfully, but these errors were encountered: