From 93598c9a6f66820ec93370616162b8c73139b4e4 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 19 Feb 2024 22:13:48 +0530 Subject: [PATCH] (ci/cd): fixed python version in workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e496d8f..6e55cd4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: 🐍 Setup Python uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' - name: 📦 Install dependencies run: |