From c283a8cffa77d504231b7d7021add20d4e548660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAidan?= <“abeiku17@gmail.com”> Date: Thu, 1 Feb 2024 14:35:00 +0000 Subject: [PATCH] ci: python version 3.x -> 3.10 Test to see if it fixes setuptools not found. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 87d9101..b765e44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.10" - name: Build source and wheel distributions run: |