From a37105d064146d9ecc9b13a94fa5ff2708eb45b6 Mon Sep 17 00:00:00 2001 From: Lucy Bridges Date: Thu, 2 Jul 2026 09:28:07 +0100 Subject: [PATCH] fix: Quote python version This is picked up as version 3.1, so needs to be quoted in order for it to be recognised correctly. --- .github/workflows/build_and_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index 1f19814..7ca662f 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -53,7 +53,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: - python-version: 3.10 + python-version: "3.10" - name: Install wheel package run: |