From 05081df48b6cad8ed78a292540af99648cdb7c86 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 26 Mar 2026 07:12:36 +0100 Subject: [PATCH] chore(ci): revert build pinning --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e774a91c4..074d677c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -336,9 +336,8 @@ jobs: python-version: "${{ matrix.python-version }}" - name: Build distribution - # TODO: remove hard-pin on build 1.4.0 once https://github.com/pypa/build/issues/1004 is resolved. run: | - uv pip install -U build==1.4.0 + uv pip install -U build python -m build --sdist --wheel - name: Upload artifacts 📦