From 347f0fd246a5289c600b09cf4c432929256bc4df Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Fri, 6 Sep 2024 15:28:08 -0700 Subject: [PATCH] Adding setuptools to sdist block of pip-install.yml --- .github/workflows/pip-install.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pip-install.yml b/.github/workflows/pip-install.yml index 6654a65e..40aea344 100644 --- a/.github/workflows/pip-install.yml +++ b/.github/workflows/pip-install.yml @@ -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 @@ -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