Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Include installation of build dependencies in release workflow
  • Loading branch information
di authored Nov 13, 2023
1 parent bd86b09 commit 7f0a7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
python-version: '3.x'
cache: pip
cache-dependency-path: .github/workflows/release.yml
- name: Install build dependencies
run: pip install -U setuptools wheel build calver
- name: Version
id: version
run: echo "version=$(python setup.py --version 2>/dev/null)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7f0a7a3

Please sign in to comment.