From a1a5170cab9b45563c6b9027a32696401e69dda1 Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Tue, 13 Aug 2024 15:02:30 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be00813..e7592df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,10 +47,10 @@ jobs: - name: Lint run: just lint - # Publish to PyPI if test, lint, and manifest checks passed + # Publish to PyPI if lint and manifest checks passed publish: if: "success() && startsWith(github.ref, 'refs/tags/')" - needs: [check-manifest, test, lint] + needs: [check-manifest, lint] runs-on: ubuntu-latest steps: