Skip to content

Commit a4a780c

Browse files
committed
.github/package: Install setuptools for sdist
1 parent 2d9f43e commit a4a780c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Generate Isso package
4848
id: generate-package
4949
run: |
50+
pip install setuptools
5051
python setup.py sdist
5152
echo "::set-output name=package_file::$(ls dist/)"
5253

0 commit comments

Comments
 (0)