[spec/actions] update
This commit is contained in:
parent
cfe359ceaf
commit
99aa6e9540
2
.github/workflows/python-app_macos.yml
vendored
2
.github/workflows/python-app_macos.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: create package
|
- name: create package
|
||||||
run: |
|
run: |
|
||||||
pyrcc5 resources.qrc -o resources.py
|
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
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v2.2.2
|
uses: actions/upload-artifact@v2.2.2
|
||||||
|
1
.github/workflows/python-app_win.yml
vendored
1
.github/workflows/python-app_win.yml
vendored
@ -24,7 +24,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pyqt5 pyinstaller flake8
|
pip install pyqt5 pyinstaller flake8
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
||||||
|
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user