From 23187275f41dc4fedcd19d84dc9c5d1f383e60d9 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 20 Feb 2025 13:32:58 +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 5d551147..768cd4db 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.13'] - steps: - uses: actions/checkout@v4 with: