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
This commit is contained in:
Debanjum
2025-06-11 13:28:40 -07:00
parent eaae1cf74e
commit e87be4edf4

View File

@@ -35,7 +35,7 @@ jobs:
- name: Set up Python 3.11 - name: Set up Python 3.11
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.11' python-version: '3.11.12'
- name: ⬇️ Install Server - name: ⬇️ Install Server
run: python -m pip install --upgrade pip && pip install --upgrade . run: python -m pip install --upgrade pip && pip install --upgrade .