From 300ce095a820eef63e5c4293aa3e264f0ea065ec Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 31 Dec 2022 14:45:08 -0600 Subject: [PATCH] use 3.10 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92d1cd4..cc89241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.10' - run: pip install -r requirements.txt - run: pyinstaller creeper.py - name: Step 3 - Use the Upload Artifact GitHub Action