Skip to content

Commit

Permalink
Adding setuptools to sdist block of pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Sep 6, 2024
1 parent 03e1470 commit 347f0fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install cibuildwheel
- name: Install packages
run: |
python -m pip install -U pip
python -m pip install setuptools
Expand Down Expand Up @@ -82,6 +82,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install packages
run: |
python -m pip install -U pip
python -m pip install setuptools
- name: Build sdist
run: python setup.py sdist

Expand Down

0 comments on commit 347f0fd

Please sign in to comment.