Skip to content

Commit c09b0dd

Browse files
committed
build pipeline: install setuptools
1 parent 30a90e2 commit c09b0dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.12
1919
- name: Install dependencies
20-
run: pip install wheel
20+
run: pip install wheel setuptools
2121
- name: Build
2222
run: python setup.py build sdist bdist_wheel
2323
- name: Publish distribution 📦 to PyPI

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
- name: Install dependencies
53-
run: pip install wheel
53+
run: pip install wheel setuptools
5454
- name: Build
5555
run: python setup.py build sdist bdist_wheel
5656

0 commit comments

Comments
 (0)