From c8889422be7a05c87218f4ac5ec4c5c4b2871388 Mon Sep 17 00:00:00 2001 From: Torgny Bjers Date: Thu, 4 Jun 2026 14:46:06 -0400 Subject: [PATCH] ci: remove test run from publish action --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57ffae2..dcfde5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,12 +26,6 @@ jobs: version: "latest" python-version: "3.11" - - name: Install dependencies - run: uv sync --dev - - - name: Run tests - run: uv run pytest - - name: Build distribution run: uv build