Skip to content

Commit aa09011

Browse files
Installing setuptools
1 parent 3fb459a commit aa09011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: "3.x"
1717
- name: Install build dependency
18-
run: pip install wheel
18+
run: pip install wheel setuptools
1919
- name: Build package
2020
run: python setup.py sdist bdist_wheel --universal
2121
- name: Publish package

0 commit comments

Comments
 (0)