From 2a059d2fb266d6489ae1d7a85dae4aa124b7820d Mon Sep 17 00:00:00 2001
From: Jairo Llopis <Yajo@users.noreply.github.com>
Date: Tue, 2 Nov 2021 07:27:36 +0000
Subject: [PATCH] fix(ci): publish on python 3.10

It was using python 3.1 due to the last 0 being stripped from the float value. Passed as string now.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5475eb41b..20bfdd223 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
       - name: Set up Python 3.10
         uses: actions/setup-python@v2
         with:
-          python-version: 3.10
+          python-version: "3.10"
       - name: generate cache key PY
         run:
           echo "PY=$((python -VV; pip freeze) | sha256sum | cut -d' ' -f1)" >>