Skip to content

Commit 8763134

Browse files
authored
Update publish.yml
1 parent f9f008f commit 8763134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install setuptools wheel
27+
pip install setuptools wheel build
2828
2929
- name: build
3030
run: python -m build --sdist

0 commit comments

Comments
 (0)