Skip to content

Commit 995842c

Browse files
authored
Update pypi-publish.yml (#327)
1 parent 77dc72e commit 995842c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.x'
29+
- name: Install setuptools
30+
run: python -m pip install setuptools
2931
- name: Create source distribution
3032
run: python setup.py sdist
3133
- name: Publish package

0 commit comments

Comments
 (0)