From 22dd5f759b03b53b0e406d0c0e31106b3a908a69 Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Wed, 3 Jul 2024 00:25:47 +0200 Subject: [PATCH] ci: ci -> tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc30ece..edfb7e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: publish: name: Publish to pypi - needs: ci + needs: tests if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest steps: