Closed
Description
We have to review all the repo contents for any recommendations to use python -m pep517.build
or its variations. It's got popular because it was the only way to invoke PEP517 build backends while pip only has a CLI subcommand for building wheels but not sdists.
It is now being deprecated and the official recommendation is to point folks to python-build
instead. This project is in the progress of transitioning under PyPA but is already quite usable.
One place using pep517.build
that I know of is https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ but there may be more.
See the discussion @ pypa/pyproject-hooks#83 for more details.
Metadata
Metadata
Assignees
Labels
No labels