From 8eaffc795f51c3735bc7b79a14675d9731f3747a Mon Sep 17 00:00:00 2001 From: smith120bh <42363318+smith120bh@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:06:14 +1100 Subject: [PATCH] Add missing python-version to release workflow --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 296569c..9cacc5b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,8 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: "3.10" - name: Install dependencies run: |