Skip to content

Conversation

@pganssle
Copy link
Member

@pganssle pganssle commented Sep 30, 2021

pep517.build is deprecated and has various bugs related to isolation, and pypa/build has matured quite a bit.

Supercedes #27.

`pep517.build` is deprecated and has various bugs related to isolation,
and `pypa/build` has matured quite a bit.
Starting in version 0.5.0, the default behavior of `pypa/build` is to
first build the sdist, then to buil a wheel from the sdist, see:

    https://pypa-build.readthedocs.io/en/latest/changelog.html#id10

If you specify `-s -w`, both will be built from the local directory.
Since the sdist is the correct release artifact from which to build
wheels, the default behavior is preferred.
@pganssle pganssle merged commit 310e0a5 into python:master Sep 30, 2021
@pganssle pganssle mentioned this pull request Sep 30, 2021
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 this pull request may close these issues.

2 participants