From da5adb22f289f58dc8e453154b58f7c9fccd79bd Mon Sep 17 00:00:00 2001
From: Antonio Stanziola <stanziola.antonio@gmail.com>
Date: Mon, 19 Dec 2022 20:06:12 +0000
Subject: [PATCH] add build to installed packages in workflow

---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e103535..4c0dfe4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
         python -m pip install --upgrade pip
         pip install -r .requirements/requirements.txt
         pip install -r .requirements/requirements-doc.txt
-        pip install hatch setuptools wheel twine
+        pip install hatch setuptools wheel twine build
         pip install -e .
     - name: Build documentation
       run: mkdocs gh-deploy --force