From fcb78f540e71060405aceb87bb8f1139876b2aed Mon Sep 17 00:00:00 2001 From: Niklas Netter Date: Tue, 21 Nov 2023 16:02:13 +0100 Subject: [PATCH] no tests for deployment --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c609776..d23f749 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -71,7 +71,7 @@ jobs: # this will run when you have tagged a commit, starting with "v*" # and requires that you have put your twine API key in your # github secrets (see readme for details) - needs: [test] + # needs: [test] runs-on: ubuntu-latest if: contains(github.ref, 'tags') steps: