From f979d8718abfebec032dce01b886f4c8920def4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Ba=C3=B1=C3=B3n?= <34235767+mbanon@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:44:17 +0200 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 60cc65f..cc6d15e 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@v5 with: - python-version: '3.x' + python-version: '3.10' - name: Install dependencies run: |