From 27657d6ac461a563a3e2897cac53e8b48b615aac Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Wed, 28 Aug 2024 01:38:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20setuptools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a24d33..6426069 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,6 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install setuptools -U pip install .[dev] - name: Lint with flake8 diff --git a/pyproject.toml b/pyproject.toml index f095698..558a41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools >= 42", + "setuptools >= 42, < 60.9.0", "wheel" ] build-backend = "setuptools.build_meta" \ No newline at end of file