From e87be4edf4610220caa2a52711d2eb7dd2811206 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Wed, 11 Jun 2025 13:28:40 -0700 Subject: [PATCH] Pin python version used by github workflow to publish to pypi Avoids having to update python path to write web app static build files to everytime patch version of python is updated --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ee3bb9b3..c52d8d39 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.11.12' - name: ⬇️ Install Server run: python -m pip install --upgrade pip && pip install --upgrade .