-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release workflows: always check that the built dist is valid. #10408
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
Conversation
|
Actually I don't understand what happened here. One action failed and another succeeeded: https://github.com/pydata/xarray/actions/workflows/pypi-release.yaml . the release is on pypi. Does anyone understand what's going on? |
|
Change: from typing_extensions import Selfto if TYPE_CHECKING:
from typing_extensions import Self |
|
Apologies, I didn't see this PR before creating: which guards the |
6182f2c to
cac505d
Compare


Our release action failed :( https://github.com/pydata/xarray/actions/runs/15565419295/job/43828236592 Looks like something else was dragging in
typing_extensionsearlier.