File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11name : Build Ubuntu and MacOS
22
33
4- # on: [push]
5- on : [release]
4+ on : [push]
65
76jobs :
87 build :
Original file line number Diff line number Diff line change 11name : Upload source distribution to PyPI
22
3- # on: [push, pull_request]
4- on : [release]
3+ on : [push, pull_request]
54
65jobs :
76 upload_source_dist :
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ Copy-Item "$buildDir\*.exe" "$finalDir\" -Force
3030Copy-Item " .\blockchain\*.whl" " $blockchainDir \wheels" - Force
3131dir " .\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
You can’t perform that action at this time.
0 commit comments