shipit-cli 0.13.1__py3-none-any.whl → 0.13.2__py3-none-any.whl

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.
shipit/cli.py CHANGED
@@ -835,7 +835,7 @@ class WasmerBuilder:
835
835
  src_dir: Path,
836
836
  registry: Optional[str] = None,
837
837
  token: Optional[str] = None,
838
- bin: Optional[Path] = None,
838
+ bin: Optional[str] = None,
839
839
  ) -> None:
840
840
  self.src_dir = src_dir
841
841
  self.inner_builder = inner_builder
@@ -843,7 +843,7 @@ class WasmerBuilder:
843
843
  self.wasmer_dir_path = self.src_dir / ".shipit" / "wasmer"
844
844
  self.wasmer_registry = registry
845
845
  self.wasmer_token = token
846
- self.bin = bin.absolute() if bin else "wasmer"
846
+ self.bin = bin or "wasmer"
847
847
  self.default_env = {
848
848
  "SHIPIT_PYTHON_EXTRA_INDEX_URL": "https://pythonindex.wasix.org/simple",
849
849
  "SHIPIT_PYTHON_CROSS_PLATFORM": "wasix_wasm32",
@@ -1437,7 +1437,7 @@ def auto(
1437
1437
  False,
1438
1438
  help="Use Wasmer to build and serve the project.",
1439
1439
  ),
1440
- wasmer_bin: Optional[Path] = typer.Option(
1440
+ wasmer_bin: Optional[str] = typer.Option(
1441
1441
  None,
1442
1442
  help="The path to the Wasmer binary.",
1443
1443
  ),
@@ -1682,7 +1682,7 @@ def serve(
1682
1682
  False,
1683
1683
  help="Use Wasmer to build and serve the project.",
1684
1684
  ),
1685
- wasmer_bin: Optional[Path] = typer.Option(
1685
+ wasmer_bin: Optional[str] = typer.Option(
1686
1686
  None,
1687
1687
  help="The path to the Wasmer binary.",
1688
1688
  ),
shipit/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  __all__ = ["version", "version_info"]
2
2
 
3
3
 
4
- version = "0.13.1"
5
- version_info = (0, 13, 1, "final", 0)
4
+ version = "0.13.2"
5
+ version_info = (0, 13, 2, "final", 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shipit-cli
3
- Version: 0.13.1
3
+ Version: 0.13.2
4
4
  Summary: Shipit CLI is the best way to build, serve and deploy your projects anywhere.
5
5
  Project-URL: homepage, https://wasmer.io
6
6
  Project-URL: repository, https://github.com/wasmerio/shipit
@@ -1,8 +1,8 @@
1
1
  shipit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- shipit/cli.py,sha256=WGXqd5WGBhCj-xQDUa0eOURhGKNq5uXYWoNl2GsHaUA,71082
2
+ shipit/cli.py,sha256=uyMz1Jb3b4dRHPAQnYcTwBK9YvyShN7hW_8oUFgyfR8,71059
3
3
  shipit/generator.py,sha256=t9EwdpwhXFJ4OVynDdEtW68yj5KS61cK7uqrvawfCz4,7151
4
4
  shipit/procfile.py,sha256=GlfdwzFUr0GWGKaaiXlLKNFInWaRNMy_wN14UEyU_5Q,2974
5
- shipit/version.py,sha256=PTx_VifHtVSh_PyM_e1BOxTnZEZKjdVtOhG4Ux1onDo,97
5
+ shipit/version.py,sha256=ak9y1SJwJ0u_TKEQI96_nWsMuy8tDYPqi_8v5LZKrlU,97
6
6
  shipit/assets/php/php.ini,sha256=SaR3wvssSROtxTY_CQ5-BspM_47_I971V5X2dsqe8sU,2579
7
7
  shipit/assets/wordpress/install.sh,sha256=5RWYleXFdrRCfmRSUkt4zJSgjLqeTi9sgNObKK4qD2c,2840
8
8
  shipit/assets/wordpress/wp-config.php,sha256=q7KHB_TyLrodXzbg8EEPm42XWDIevtwL6wk3L0kbVrs,4809
@@ -16,7 +16,7 @@ shipit/providers/python.py,sha256=ZMqpg54FTJxaQk0HMm0Nf1lWMzM7dWIxATlhV0Huuzw,21
16
16
  shipit/providers/registry.py,sha256=KBgMCwRZEFECdMpIoMn6ytL-FLc_NkTTdtHgVbHx5Jc,670
17
17
  shipit/providers/staticfile.py,sha256=s4hXoelvI2cvSa2sp714QxbD_Q6yQlXdR8azvpbUNFA,2737
18
18
  shipit/providers/wordpress.py,sha256=jLv5U4AcbfyeNq-ZSq6boJIBirwvJEwclG1a6JtB5q0,3230
19
- shipit_cli-0.13.1.dist-info/METADATA,sha256=TZu2IG0h7Ol7QYwcvBr-ZR5cRz70UF8Dfv05rhLONM4,616
20
- shipit_cli-0.13.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- shipit_cli-0.13.1.dist-info/entry_points.txt,sha256=7AE1NjSrHaSDfbfsRRO50KKnHFTbB0Imsccd1WynzAQ,72
22
- shipit_cli-0.13.1.dist-info/RECORD,,
19
+ shipit_cli-0.13.2.dist-info/METADATA,sha256=ddGb-Mso1goqIxZG6c8bGSucB50JPyVygRbL3VY7N4U,616
20
+ shipit_cli-0.13.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ shipit_cli-0.13.2.dist-info/entry_points.txt,sha256=7AE1NjSrHaSDfbfsRRO50KKnHFTbB0Imsccd1WynzAQ,72
22
+ shipit_cli-0.13.2.dist-info/RECORD,,