From eb5b7e646844bf304a574ebef01ac2dcd2a82829 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:18:20 -0400 Subject: [PATCH] Set python-version as string (#479) --- .github/workflows/pypi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 0e70f0ea..99d3c3e1 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v4 name: Install Python with: - python-version: 3.10 + python-version: "3.10" - name: Install dependencies run: | @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-python@v4 name: Install Python with: - python-version: 3.10 + python-version: "3.10" - uses: actions/download-artifact@v3 with: name: releases