[spec/actions] update

This commit is contained in:
Jan Grewe 2021-03-12 13:56:34 +01:00
parent cfe359ceaf
commit 99aa6e9540
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: create package
run: |
pyrcc5 resources.qrc -o resources.py
pyinstaller --onefile --windowed --osx-bundle-identifier="de.uni-tuebingen.neuroetho.blipblop" blipblop_dawin.spec
pyinstaller --onefile --windowed --osx-bundle-identifier="de.uni-tuebingen.neuroetho.blipblop" blipblop_darwin.spec
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2

View File

@ -24,7 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyqt5 pyinstaller flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |