From efd9ada1e3da194e3d347a5fe95a2e3475851ea2 Mon Sep 17 00:00:00 2001 From: jochen Date: Sun, 5 May 2024 18:43:44 +0200 Subject: [PATCH] Release only with one version --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 47f5a44a..c984b8c9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,9 +45,7 @@ jobs: strategy: matrix: python-version: - - "3.10" - "3.11" - - "3.12" steps: - uses: actions/checkout@v4 with: