From 83a1cb3607d9594059e6cc558ba4214b90e0336b Mon Sep 17 00:00:00 2001 From: nick-gorman <40549624+nick-gorman@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:07:42 +1100 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c405fe7..58f78cb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -9,7 +9,6 @@ jobs: # Publishes to PyPi if tests are passed and release is created publish: if: github.event_name == 'release' && github.event.action == 'created' - needs: test name: Upload release to PyPI runs-on: ubuntu-latest environment: