pypeline-runner 1.21.0__py3-none-any.whl → 1.21.1__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.
pypeline/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.21.0"
1
+ __version__ = "1.21.1"
@@ -191,7 +191,7 @@ class CreateVEnv(PipelineStep[ExecutionContext]):
191
191
 
192
192
  @property
193
193
  def bootstrap_config_file(self) -> Path:
194
- return self.project_root_dir / "bootstrap.json"
194
+ return self.project_root_dir / ".bootstrap/bootstrap.json"
195
195
 
196
196
  def get_name(self) -> str:
197
197
  return self.__class__.__name__
@@ -233,6 +233,7 @@ class CreateVEnv(PipelineStep[ExecutionContext]):
233
233
 
234
234
  # Write bootstrap.json if any configuration is provided
235
235
  if bootstrap_config:
236
+ self.bootstrap_config_file.parent.mkdir(exist_ok=True)
236
237
  self.bootstrap_config_file.write_text(json.dumps(bootstrap_config, indent=2))
237
238
  self.logger.info(f"Created bootstrap configuration at {self.bootstrap_config_file}")
238
239
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypeline-runner
3
- Version: 1.21.0
3
+ Version: 1.21.1
4
4
  Summary: Configure and execute pipelines with Python (similar to GitHub workflows or Jenkins pipelines).
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- pypeline/__init__.py,sha256=oQdy_VDKQZm6_UKnVHbkyIDnpqXxS3OREilFLTax8MU,23
1
+ pypeline/__init__.py,sha256=8XWiNC6QmLA2L7-p8EH42hl-pCAiZP4bTGm0gwwB3vI,23
2
2
  pypeline/__run.py,sha256=TCdaX05Qm3g8T4QYryKB25Xxf0L5Km7hFOHe1mK9vI0,350
3
3
  pypeline/bootstrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pypeline/bootstrap/run.py,sha256=-DP9os7i5QaxmYdp_kGnEAhMFCILv1YCRwiYxut3lEc,31394
@@ -21,12 +21,12 @@ pypeline/main.py,sha256=k1CkeFGRvQ-zLv6C-AMLC2ed1iyFzDUdvEam3HLHy2E,4210
21
21
  pypeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  pypeline/pypeline.py,sha256=mDKUnTuMDw8l-kSDJCHRNbn6zrxAfXhAIAqc5HyHd5M,8758
23
23
  pypeline/steps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- pypeline/steps/create_venv.py,sha256=F3YpWsZAP1YWjlPRx6uAx1ru82vtZ8uOJ7p51A-S3Fs,12802
24
+ pypeline/steps/create_venv.py,sha256=PWYX1Abo384QH0IO4o52wTpl6G20NKGOSNd5xIDEvN8,12885
25
25
  pypeline/steps/env_setup_script.py,sha256=DRDCNMUDiW2rzkgEs0FhQfA_-WjPzPLb_e9dGc-mjLg,2526
26
26
  pypeline/steps/scoop_install.py,sha256=2MhsJ0iPmL8ueQhI52sKjVY9fqzj5xOQweQ65C0onfE,4117
27
27
  pypeline/steps/west_install.py,sha256=hPyr28ksdKsQ0tv0gMNytzupgk1IgjN9CpmaBdX5zps,1947
28
- pypeline_runner-1.21.0.dist-info/METADATA,sha256=NpqAR3b3WS5GQUnf_m70c9SYm7oAGNZ619-i3Lnt3K0,7659
29
- pypeline_runner-1.21.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
30
- pypeline_runner-1.21.0.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
31
- pypeline_runner-1.21.0.dist-info/licenses/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
32
- pypeline_runner-1.21.0.dist-info/RECORD,,
28
+ pypeline_runner-1.21.1.dist-info/METADATA,sha256=AiVxdTBIVOeUwKVeC_ZHCFkcUtXT7bqVZQ7iXfFMaT8,7659
29
+ pypeline_runner-1.21.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
30
+ pypeline_runner-1.21.1.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
31
+ pypeline_runner-1.21.1.dist-info/licenses/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
32
+ pypeline_runner-1.21.1.dist-info/RECORD,,