Skip to content

Commit 073dfd4

Browse files
author
Eran Davidovich
committed
fix: missing build dependency
1 parent d15feb1 commit 073dfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install setuptools wheel twine
17+
pip install setuptools wheel twine build
1818
- name: Build and publish
1919
env:
2020
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)