From d78111ad903b7469ae248a91b29db5d7e2d81663 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 2 May 2022 00:08:06 +0200 Subject: [PATCH] build(meta): Pin build tools versions --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7950a92..261099a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,10 @@ ] [build-system] - requires = ["setuptools", "wheel"] + requires = [ + "setuptools == 58.0.4", + "wheel == 0.37.1" + ] build-backend = "setuptools.build_meta" [tool.semantic_release]