Skip to content

Commit 7f645b9

Browse files
authored
Update python-publish.yml
1 parent 4a7a23c commit 7f645b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
24+
pip install setuptools wheel build twine
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2626
- name: Tests with pytest
2727
run: |

0 commit comments

Comments
 (0)