Skip to content

Commit 1ab7c9e

Browse files
committed
fix: publish_pypi - Added missing setuptool package
1 parent 6a4acfb commit 1ab7c9e

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)