mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Fix versioning for 1.0.0, ping GUI, a little more installer time (#1356)
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
name: MacOS installer on Catalina and Python 3.8
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 40
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
name: Windows Installer on Windows 10 and Python 3.7
|
||||
runs-on: [windows-latest]
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 40
|
||||
|
||||
steps:
|
||||
- name: Cancel previous runs on the same branch
|
||||
|
||||
@@ -44,6 +44,10 @@ def main():
|
||||
patch_release_number = original_minor_ver_list[1]
|
||||
if smc_patch_version and "dev" in smc_patch_version:
|
||||
dev_release_number = "." + smc_patch_version
|
||||
elif len(version) == 2:
|
||||
major_release_number = scm_major_version
|
||||
minor_release_number = scm_minor_version
|
||||
patch_release_number = "0"
|
||||
else:
|
||||
major_release_number = scm_major_version
|
||||
minor_release_number = scm_minor_version
|
||||
|
||||
+1
-1
Submodule chia-blockchain-gui updated: 4a8e13e4b6...b347e64e42
Reference in New Issue
Block a user