Skip to content

Commit 3d88373

Browse files
committed
Install build module in deploy workflow
1 parent ee1142e commit 3d88373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3.9
1818
- name: Install dependencies ⚙️
1919
run: |
20-
python -m pip install wheel twine
20+
python -m pip install wheel twine build
2121
- name: Build Package 📦
2222
run: |
2323
python -m build

0 commit comments

Comments
 (0)