Skip to content

Commit 3dd4d02

Browse files
committed
Zip ".\blockchain"
Re-enable all github actions
1 parent 31efdd3 commit 3dd4d02

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Build Ubuntu and MacOS
22

33

4-
#on: [push]
5-
on: [release]
4+
on: [push]
65

76
jobs:
87
build:

.github/workflows/upload-pypi-source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Upload source distribution to PyPI
22

3-
#on: [push, pull_request]
4-
on: [release]
3+
on: [push, pull_request]
54

65
jobs:
76
upload_source_dist:

electron-wix/rebuild-all.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Copy-Item "$buildDir\*.exe" "$finalDir\" -Force
3030
Copy-Item ".\blockchain\*.whl" "$blockchainDir\wheels" -Force
3131
dir ".\blockchain\*.whl"
3232
# Put a .zip of windows-wheels in Artifacts
33-
# Compress-Archive -Path "$blockchainDir\wheels\" -DestinationPath "$finalDir\windows-wheels.zip" -Force
33+
Compress-Archive -Path ".\blockchain" -DestinationPath "$finalDir\windows-wheels.zip" -Force

0 commit comments

Comments
 (0)