Skip to content

Commit

Permalink
.github/package: Install setuptools for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed May 5, 2024
1 parent 2d9f43e commit a4a780c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Generate Isso package
id: generate-package
run: |
pip install setuptools
python setup.py sdist
echo "::set-output name=package_file::$(ls dist/)"
Expand Down

0 comments on commit a4a780c

Please sign in to comment.