-
Notifications
You must be signed in to change notification settings - Fork 88
Migrate from pep517 to using build in tests and workflows #1065
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
Comments
It seems that there is no equivalent yet in
which is used by pyhf/.github/workflows/publish-package.yml Lines 32 to 34 in cab1d8d
I'll need to read more through the discussion and issues that exist to see if it exists, but I'll also be a bit annoying and tag @webknjaz now (:wave: hello again! Feel free to ignore this) as he seems to be highly in the know. |
To be clear, this sudden With regards to this:
It's not 100% clear to me that this is necessary. As far as I can tell |
Yeah, I think you're right. I was just looking at the logs for this PR and the following screeenshot is showing the relevant section from pyhf/.github/workflows/publish-package.yml Lines 32 to 37 in cab1d8d
with
instead of It seems that the same checks run in |
Uh oh!
There was an error while loading. Please reload this page.
Description
Given pypa/pyproject-hooks#83 it seems that
pep517
is deprecated and we should switch to usingbuild
. There is documentation forbuild
and a new Issue that tracks things pypa/pyproject-hooks#91, but in short we should be usingFrom the
build
docs section on "Difference from other tools":Thanks to @pganssle for the alerting Tweet.
cc @alexander-held @henryiii @gordonwatts
The text was updated successfully, but these errors were encountered: