From 8035aaf227c12cbc1d692813e008589bf6e6ea30 Mon Sep 17 00:00:00 2001 From: Nils Uhrberg Date: Tue, 16 Jan 2024 09:37:54 +0100 Subject: [PATCH] ci(release): Sets the Python version of the release workflow to 3.10 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bfd260bb..a3c929bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,10 +22,10 @@ jobs: ref: 'main' fetch-depth: 0 token: ${{ secrets.RELEASE_WORKFLOW }} - - name: 🐍Setup Python ${{ matrix.python-version }} + - name: 🐍Setup Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.10 - name: 🔨 Setup poetry uses: abatilo/actions-poetry@v2.0.0 with: