Revert "[build] Build Windows x86 version with py3.8"

This reverts commit aa75e51f99.

See #390

This is being reverted instead of modified due to #388
This commit is contained in:
pukkandan
2021-06-09 15:35:17 +05:30
parent aa75e51f99
commit b5c5d84f60
5 changed files with 17 additions and 14 deletions

View File

@@ -137,15 +137,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 32-Bit
- name: Set up Python 3.4.4 32-Bit
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.4.4'
architecture: 'x86'
- name: Upgrade pip and enable wheel support
run: python -m pip install --upgrade pip setuptools wheel
- name: Install Requirements
run: pip install pyinstaller mutagen pycryptodome
run: python -m pip install pip==19.1.1 setuptools==43.0.0 wheel==0.33.6
- name: Install Requirements for 32 Bit
run: pip install pyinstaller==3.5 mutagen==1.42.0 pycryptodome==3.9.4 pefile==2019.4.18
- name: Bump version
id: bump_version
run: python devscripts/update-version.py