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