Skip to content

Commit 68d983d

Browse files
authored
Update release.yml (#162)
Include installation of build dependencies in release workflow
1 parent bd86b09 commit 68d983d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
python-version: '3.x'
4343
cache: pip
4444
cache-dependency-path: .github/workflows/release.yml
45+
- name: Install build dependencies
46+
run: pip install -U setuptools wheel build calver
4547
- name: Version
4648
id: version
4749
run: echo "version=$(python setup.py --version 2>/dev/null)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)