Skip to content

Commit 43e0082

Browse files
committed
Install build for deployment.
1 parent 8964f73 commit 43e0082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install setuptools wheel twine
25+
pip install setuptools wheel twine build
2626
pip install -r requirements.txt
2727
pip install .
2828
- name: Build and publish

0 commit comments

Comments
 (0)