From e8209c635784a91267a3d08b291453c6724722c1 Mon Sep 17 00:00:00 2001 From: Christopher Mayes <31023527+ChristopherMayes@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:54:48 -0800 Subject: [PATCH] Update pypi_upload.yml --- .github/workflows/pypi_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 44bd20ae..0ffcf810 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -14,10 +14,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.10 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.10 + python-version: 3.9 - name: Install pypa/build run: >- python -m