Skip to content

Commit 4f5b005

Browse files
committed
Add missing build dependency
1 parent 22e21ab commit 4f5b005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install ruff twine
23+
pip install ruff twine build
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2525
2626
- name: Lint

0 commit comments

Comments
 (0)