From a6e8fd199ac1685d11f0fc816d2f107cbbe69717 Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Wed, 6 Nov 2024 17:24:15 +0100 Subject: [PATCH] python version in quotes --- .github/workflows/pypi_main.yml | 4 ++-- .github/workflows/pypi_test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi_main.yml b/.github/workflows/pypi_main.yml index 24a5fe4..5019915 100644 --- a/.github/workflows/pypi_main.yml +++ b/.github/workflows/pypi_main.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Install Hatch run: pip install hatch - name: Build diff --git a/.github/workflows/pypi_test.yml b/.github/workflows/pypi_test.yml index 1a7f3db..6344faf 100644 --- a/.github/workflows/pypi_test.yml +++ b/.github/workflows/pypi_test.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Install Hatch run: pip install hatch - name: Build