From 858dd3d9a91ee1c52906fe487829b8410a736223 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Tue, 23 May 2023 14:37:44 +0100 Subject: [PATCH] CI: add `build` dev dependency This should fix the release pipeline which calls `python -m build` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8775c21ab..76bf67653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ dev = [ "black==23.1.0", "coverage>=4.5.4", + "build>=0.10.0", "fixit==0.1.1", "flake8>=3.7.8,<5", "Sphinx>=5.1.1",