From f21b0c108c9aaaba48b98ca94e9c7b6d68aced2d Mon Sep 17 00:00:00 2001 From: Rohan Mehta Date: Tue, 11 Mar 2025 10:09:52 -0700 Subject: [PATCH] update publish --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9f6ad6..fa09820 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,12 +28,6 @@ jobs: enable-cache: true - name: Install dependencies run: make sync - - name: Run tests - run: make tests - - name: Run mypy - run: make mypy - - name: Run Python 3.9 tests - run: make old_version_tests - name: Build package run: uv build - name: Publish to PyPI