mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
Update to Python 3.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user