From 4d94271b37dd2912e3030c5c5d71fd22099e0eb2 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:48:39 +0200 Subject: [PATCH] Fix check-manifest action (#15531) Fix sdist and python wheel build. https://github.com/mgedmin/check-manifest https://github.com/mypyc/mypy_mypyc-wheels/actions/runs/5384036273/jobs/9771489841#step:5:32 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fc70d4279681..399168663bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,3 +76,6 @@ extend-exclude = [ # typeshed has its own .pyi-specific configuration "mypy/typeshed/*", ] + +[tool.check-manifest] +ignore = ["**/.readthedocs.yaml"]