From 326a2e2a2b76b97b2b14e895c65f95c814e837c8 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Sun, 19 Apr 2020 13:07:54 -0700 Subject: [PATCH] Get all wheels into electron-wix\build dir --- .github/workflows/windows-installer.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index 9332fbc3b7..eb3307646b 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -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