mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
Update pyinstaller-builds-actions-PIP-TAR.yml
point to new spec file
This commit is contained in:
@@ -96,7 +96,7 @@ jobs:
|
|||||||
environment-file: environment.yml
|
environment-file: environment.yml
|
||||||
extra-specs:
|
extra-specs:
|
||||||
python=3.9
|
python=3.9
|
||||||
- name: Mamba install CadQuery and pyinstaller
|
- name: pip install cadquery CQ-editor ... etc
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
micromamba info
|
micromamba info
|
||||||
pyinstaller --debug all pyinstaller.spec ${{ github.event.inputs.type }}
|
pyinstaller --debug all pyinstaller_pip.spec ${{ github.event.inputs.type }}
|
||||||
Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\
|
Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\
|
||||||
- uses: alehechka/upload-tartifact@v1
|
- uses: alehechka/upload-tartifact@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user