Skip to content

Commit 760a055

Browse files
committed
Install setuptools
1 parent 531c05b commit 760a055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.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 --upgrade pip
24-
pip install build
24+
pip install build setuptools
2525
2626
- name: Build package
2727
run: |

0 commit comments

Comments
 (0)