From 0ea63df9120dcd2cf1d4f5ef199f0e282501d432 Mon Sep 17 00:00:00 2001 From: Ali Khosravi Date: Tue, 18 Aug 2026 14:00:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20CD:=20bump=20`flit`=20to=20`~=3D?= =?UTF-8?q?4.0`=20to=20fix=20`flit=20build`=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8c82003..0885e65 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: python-version: '3.10' - name: Install flit - run: pip install flit~=3.8 + run: pip install flit~=4.0 - name: Build with flit run: flit build