Skip to content

Commit 541d99e

Browse files
committed
Install build dependency
1 parent 5b64b8c commit 541d99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
python3 -m pip install --upgrade pip
2424
python3 -m pip install setuptools twine
25+
python3 -m pip install build
2526
python3 -m pip install .
2627
2728
# Build and upload to PyPI

0 commit comments

Comments
 (0)