Zip ".\blockchain"

Re-enable all github actions
This commit is contained in:
Gene Hoffman
2020-04-27 13:45:40 -07:00
parent 31efdd323c
commit 3dd4d025fe
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
name: Build Ubuntu and MacOS
#on: [push]
on: [release]
on: [push]
jobs:
build:
+1 -2
View File
@@ -1,7 +1,6 @@
name: Upload source distribution to PyPI
#on: [push, pull_request]
on: [release]
on: [push, pull_request]
jobs:
upload_source_dist:
+1 -1
View File
@@ -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