Skip to content

Commit 7b26357

Browse files
committed
install deps
1 parent bee51ad commit 7b26357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
with:
5151
python-version: 3.9
5252
cache: 'pip'
53+
- name: Install dependencies
54+
run: pip install build
5355
- name: Build
5456
run: python -m build --sdist .
5557
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)