From 5d54842d2a441ac38d52758e645a07daf3ea07af Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 3 Jul 2024 15:25:28 +0100 Subject: [PATCH] install setuptools --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48781f3..c38c32d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install wheel twine + pip install wheel twine setuptools - name: Build distribution files run: python setup.py bdist_wheel sdist - name: Check distribution files @@ -115,7 +115,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install wheel twine + pip install wheel twine setuptools - name: Check the tag run: | PACKAGE_VERSION=`python setup.py --version`