Skip to content

Commit ca162eb

Browse files
authored
Merge pull request #59 from espressif/fix/pypi_release_process_add_setuptools
fix: publish_pypi - Added missing setuptool package
2 parents 6a4acfb + 1ab7c9e commit ca162eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
python -m pip install twine build
21+
python -m pip install twine build setuptools
2222
- name: Build and upload pyclang ${{ github.event.release.tag_name }}
2323
env:
2424
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)