Skip to content

Commit a5325f0

Browse files
fix: setuptools not found
1 parent 846f8e0 commit a5325f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install build
33+
- name: Install pypa/setuptools
34+
run: python -m pip install wheel
3335
- name: Build package
3436
run: python setup.py sdist bdist_wheel
3537
- name: Publish package

0 commit comments

Comments
 (0)