From 6466efa9fcac205244e5a2728dfde061f40f05bb Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 14:48:19 +0300 Subject: [PATCH] Attempting to fix the publish action. --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 90155a1..05c6fe0 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-python@v5 with: # Semantic version range syntax or exact version of a Python version - python-version: '3.X' + python-version: '3.12.3' # Optional - x64 or x86 architecture, defaults to x64 architecture: 'x64'