From 08e831f87f618f25ef26daf9c4f5a14037df10a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 21 Feb 2026 17:29:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20build=20CI=20to=20not=20at?= =?UTF-8?q?tempt=20to=20build=20`sqlmodel-slim`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a2a5f7eef..cf19a14388 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,11 +14,6 @@ on: jobs: publish: runs-on: ubuntu-latest - strategy: - matrix: - package: - - sqlmodel - - sqlmodel-slim permissions: id-token: write contents: read @@ -36,7 +31,5 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Build distribution run: uv build - env: - TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }} - name: Publish run: uv publish