From 57292fc46ef5a8f2d28eba4158829dfd69868c53 Mon Sep 17 00:00:00 2001 From: Jug Date: Wed, 12 Apr 2023 19:06:34 +0100 Subject: [PATCH] build: fix missing build time dependency --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b2a31e7..2bf68269 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,7 @@ jobs: - name: "🔧 Prepare our build for release" if: ${{ steps.release.outputs.version != '' }} run: >- + pip install loguru python build_helper.py # Build a pypi distribution using the env var version number