Update to Python 3.11

This commit is contained in:
oldnapalm
2023-05-29 13:40:02 -03:00
parent e264db26ac
commit cb2984bbc2
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -15,16 +15,16 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- uses: engineerd/configurator@v0.0.8
with:
name: "upx.exe"
url: "https://github.com/upx/upx/releases/download/v4.0.1/upx-4.0.1-win64.zip"
pathInArchive: "upx-4.0.1-win64/upx.exe"
url: "https://github.com/upx/upx/releases/download/v4.0.2/upx-4.0.2-win64.zip"
pathInArchive: "upx-4.0.2-win64/upx.exe"
- run: pip install -r requirements.txt
- run: pip install git+https://github.com/oldnapalm/garmin-uploader.git git+https://github.com/oldnapalm/pyinstaller.git
- run: pip install pyinstaller git+https://github.com/oldnapalm/garmin-uploader.git
- run: pyinstaller standalone.spec
- uses: vimtor/action-zip@v1