Skip to content

Commit 293617d

Browse files
authored
Install build
1 parent 3f49068 commit 293617d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools wheel twine
24+
pip install wheel twine build
2525
pip install -r requirements.txt
2626
pip install -e .
2727
- name: Build and publish

0 commit comments

Comments
 (0)