|
|
@ -132,7 +132,7 @@ jobs:
|
|
|
|
- name: Upgrade pip and enable wheel support
|
|
|
|
- name: Upgrade pip and enable wheel support
|
|
|
|
run: python -m pip install pip==19.1.1 setuptools==43.0.0 wheel==0.33.6
|
|
|
|
run: python -m pip install pip==19.1.1 setuptools==43.0.0 wheel==0.33.6
|
|
|
|
- name: Install Requirements for 32 Bit
|
|
|
|
- name: Install Requirements for 32 Bit
|
|
|
|
run: pip install pyinstaller==3.5 mutagen==1.42.0 pycryptodome==3.9.4
|
|
|
|
run: pip install pyinstaller==3.5 mutagen==1.42.0 pycryptodome==3.9.4 pefile==2019.4.18
|
|
|
|
- name: Bump version
|
|
|
|
- name: Bump version
|
|
|
|
id: bump_version
|
|
|
|
id: bump_version
|
|
|
|
run: python devscripts/update-version.py
|
|
|
|
run: python devscripts/update-version.py
|
|
|
|