From bc5324bef6dfbb9095ecf4ed6b83d85508a0f2cb Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 15:07:16 +0300 Subject: [PATCH] Attempting to fix the publish action. --- .gitea/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index eb7d5c5..db4b617 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -19,7 +19,6 @@ jobs: with: # Semantic version range syntax or exact version of a Python version python-version: '3.12.3' - cache: 'pip' - name: Display Python version run: python -c "import sys; print(sys.version)"