From 58cb9b234e227ceaa28145ed641ddad4f337c90b Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Tue, 18 Mar 2025 13:48:51 +0200 Subject: [PATCH] chore: remove dependency on tests for build and publish pipeline --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2bc5a0..98c956e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,6 @@ on: jobs: build-n-publish: name: Build and Publish - needs: tests runs-on: ubuntu-latest environment: name: pypi