From c6f51964108a922793d9441ddbdc64707ddd1812 Mon Sep 17 00:00:00 2001 From: gardusig Date: Wed, 8 Jun 2022 21:06:25 -0300 Subject: [PATCH] Add build as dependency for ci/cd gh action --- .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 6c1fc1d7..a4916e81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: with: python-version: "3.x" - name: Install build dependencies - run: python3 -m pip install -U setuptools wheel + run: python3 -m pip install -U setuptools wheel build - name: Build run: CONDUCTOR_PYTHON_VERSION=$RELEASE_VERSION python3 -m build - name: Install publish dependencies