Skip to content

Commit 347f0fd

Browse files
author
Rory Barnes
committed
Adding setuptools to sdist block of pip-install.yml
1 parent 03e1470 commit 347f0fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pip-install.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32-
- name: Install cibuildwheel
32+
- name: Install packages
3333
run: |
3434
python -m pip install -U pip
3535
python -m pip install setuptools
@@ -82,6 +82,11 @@ jobs:
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484

85+
- name: Install packages
86+
run: |
87+
python -m pip install -U pip
88+
python -m pip install setuptools
89+
8590
- name: Build sdist
8691
run: python setup.py sdist
8792

0 commit comments

Comments
 (0)