morphcloud 0.1.2__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: morphcloud
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: A CLI tool for creating, managing, and interacting with Morph Cloud Runtimes.
5
5
  Home-page: https://github.com/morph-labs/morphcloud
6
6
  Author: Morph Labs
@@ -431,7 +431,7 @@ class Runtime:
431
431
  runtime.instance_id = resp.json()["id"]
432
432
  runtime._wait_ready()
433
433
 
434
- for command in setup:
434
+ for command in setup or []:
435
435
  runtime._execute([command])
436
436
 
437
437
  # save snapshot
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: morphcloud
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: A CLI tool for creating, managing, and interacting with Morph Cloud Runtimes.
5
5
  Home-page: https://github.com/morph-labs/morphcloud
6
6
  Author: Morph Labs
@@ -7,7 +7,7 @@ class PostInstallCommand(install):
7
7
 
8
8
  setup(
9
9
  name="morphcloud",
10
- version="0.1.2",
10
+ version="0.1.4",
11
11
  use_scm_version=True,
12
12
  packages=find_packages(),
13
13
  include_package_data=True,
File without changes
File without changes
File without changes
File without changes