use 3.10
This commit is contained in:
parent
a1c9e82f86
commit
300ce095a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue