Skip to content

Commit

Permalink
build: fix missing build time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jug-dev committed Apr 12, 2023
1 parent 131ee91 commit 57292fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57292fc

Please sign in to comment.