From 14e61f0af01b0582928cdcb10dd4ee28d33431ce Mon Sep 17 00:00:00 2001 From: Keewis Date: Mon, 6 Jun 2022 21:53:09 +0200 Subject: [PATCH] fix the python version --- .github/workflows/testpypi-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testpypi-release.yaml b/.github/workflows/testpypi-release.yaml index 0b17f86db43..d2b4c8e0c00 100644 --- a/.github/workflows/testpypi-release.yaml +++ b/.github/workflows/testpypi-release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v3 name: Install Python with: - python-version: 3.10 + python-version: "3.10" - name: Install dependencies run: | @@ -60,7 +60,7 @@ jobs: - uses: actions/setup-python@v3 name: Install Python with: - python-version: 3.10 + python-version: "3.10" - uses: actions/download-artifact@v3 with: name: releases