From d7bd5557c6854251771f79873ca111a4fcc6a1a9 Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Tue, 24 Sep 2024 12:48:07 +0530 Subject: [PATCH] CI: add setuptools to requirements --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2720a0a..0d17cbf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.x' - name: Install dependencies - run: python -m pip install --upgrade twine cibuildwheel~=2.16.2 cython + run: python -m pip install --upgrade twine cibuildwheel~=2.16.2 cython setuptools - name: Build sdist run: |