Skip to content

Commit

Permalink
Build Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Aug 10, 2020
1 parent 48c5c76 commit 23a4aaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
architecture: 'x64'
- name: Install Requirements
run: pip install -r requirements.txt
- name: Build Translations
run: python setup.py build_trans
- name: Build PyInstaller
run: python setup.py pyinstaller
- name: Dump version
Expand Down
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ yum install -y wget
# on PyInstaller ManyLinux 2014 Docker Action
wget https://extras.wxpython.org/wxPython4/extras/linux/gtk3/centos-7/wxPython-4.1.0-cp36-cp36m-linux_x86_64.whl
pip3 install wxPython-4.1.0-cp36-cp36m-linux_x86_64.whl
# Install requirements here
pip3 install -r requirements.txt
# Build Translations
python3 setup.py build_trans

0 comments on commit 23a4aaf

Please sign in to comment.