Skip to content

Commit a89b900

Browse files
authored
Fix dependency error in workflow (#548)
* WIP * WIP
1 parent a80ac15 commit a89b900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install setuptools wheel
33+
pip install setuptools wheel build
3434
- name: Build package
3535
run: python -m build
3636
- name: Publish package

0 commit comments

Comments
 (0)