diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 9cb85acede..7e31a3eba5 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -1,8 +1,7 @@ name: Build Ubuntu and MacOS -#on: [push] -on: [release] +on: [push] jobs: build: diff --git a/.github/workflows/upload-pypi-source.yml b/.github/workflows/upload-pypi-source.yml index e9689e8cf3..1b83ba944a 100644 --- a/.github/workflows/upload-pypi-source.yml +++ b/.github/workflows/upload-pypi-source.yml @@ -1,7 +1,6 @@ name: Upload source distribution to PyPI -#on: [push, pull_request] -on: [release] +on: [push, pull_request] jobs: upload_source_dist: diff --git a/electron-wix/rebuild-all.ps1 b/electron-wix/rebuild-all.ps1 index 664f747c5e..f43d515815 100644 --- a/electron-wix/rebuild-all.ps1 +++ b/electron-wix/rebuild-all.ps1 @@ -30,4 +30,4 @@ Copy-Item "$buildDir\*.exe" "$finalDir\" -Force Copy-Item ".\blockchain\*.whl" "$blockchainDir\wheels" -Force dir ".\blockchain\*.whl" # Put a .zip of windows-wheels in Artifacts -# Compress-Archive -Path "$blockchainDir\wheels\" -DestinationPath "$finalDir\windows-wheels.zip" -Force +Compress-Archive -Path ".\blockchain" -DestinationPath "$finalDir\windows-wheels.zip" -Force