Skip to content

Commit f5bf8e5

Browse files
authored
Add build
1 parent 46f2f7a commit f5bf8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install -U pip
24-
python -m pip install -U setuptools twine wheel
24+
python -m pip install -U build setuptools twine wheel
2525
2626
- name: Build package
2727
run: |

0 commit comments

Comments
 (0)