Get all wheels into electron-wix\build dir

This commit is contained in:
Gene Hoffman
2020-04-21 22:55:20 -07:00
committed by Richard Kiss
parent 08eb8b64d1
commit 326a2e2a2b
+6 -1
View File
@@ -33,7 +33,6 @@ jobs:
- name: Install python requirements
run: |
pip install pep517 wheel
pip install -i https://download.chia.net/simple/ miniupnpc==2.1 setproctitle==1.1.10 cbor2==5.1.0
pip wheel --use-pep517 --prefer-binary --wheel-dir=${{ github.workspace }}\electron-wix\build ${{ github.workspace }}\.
- name: Install electron-packager
@@ -59,6 +58,12 @@ jobs:
working-directory: ${{ github.workspace }}\electron-wix\prerequisites\
run: curl --remote-name --show-error --fail https://www.python.org/ftp/python/3.7.7/python-3.7.7-embed-amd64.zip
- name: curl miniupnpc and setproctitle # cbor2 gets wheel'd above
working-directory: ${{ github.workspace }}\electron-wix\build
run: |
curl --remote-name --show-error --fail https://download.chia.net/simple/miniupnpc/miniupnpc-2.1-cp37-cp37m-win_amd64.whl
curl --remote-name --show-error --fail https://download.chia.net/simple/setproctitle/setproctitle-1.1.10-cp37-cp37m-win_amd64.whl
#- name: Build Windows installer
#env:
#version: 0.1.5 # Need to get this from setuptools_scm