From b8c26467936c309248e6e0c5dbf195c1d54ce585 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Fri, 31 Jan 2025 14:47:40 +0000 Subject: [PATCH] Update workflows2. --- .github/workflows/lint_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_deploy.yml b/.github/workflows/lint_and_deploy.yml index f6d88b0..31cdce2 100644 --- a/.github/workflows/lint_and_deploy.yml +++ b/.github/workflows/lint_and_deploy.yml @@ -39,7 +39,7 @@ jobs: build_sdist_wheels: name: Build source distribution - needs: [test] + # needs: [test] if: github.event_name == 'push' && github.ref_type == 'tag' runs-on: ubuntu-latest steps: