From 386baf4d60cccaab640be375525cfb2b10646cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Ba=C3=B1=C3=B3n?= <34235767+mbanon@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:14:04 +0100 Subject: [PATCH] Update pypi-publish.yml --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 7720ed1..dcd80cc 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: '3.x' + python-version: '3.8' - name: Install dependencies run: |