From a37bc0c4e65717bf575c77f3e3a82bd83b74180d Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 20 Feb 2025 13:57:17 +0000 Subject: [PATCH] Remove unnecessary strategy from release.yml --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e25f5f32..5f18688d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,6 @@ jobs: # This is needed for https://github.com/stefanzweifel/git-auto-commit-action. contents: write - strategy: - matrix: - python-version: ['3.12'] - steps: - uses: actions/checkout@v4 with: