Skip to content

Merge pull request #87 from aeturrell/build-book-action #1

Merge pull request #87 from aeturrell/build-book-action

Merge pull request #87 from aeturrell/build-book-action #1

Triggered via push January 2, 2025 22:47
Status Failure
Total duration 13m 46s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
release
Command failed with exit code 1: micromamba run -n codeforecon toml get --toml-path=pyproject.toml project.version ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/runner/micromamba/envs/codeforecon/lib/python3.10/site-packages/toml_c │ │ li/__init__.py:20 in get │ │ │ │ 17 │ default: Optional[str] = typer.Option(None), │ │ 18 ): │ │ 19 │ """Get a value from a toml file""" │ │ ❱ 20 │ toml_part = tomlkit.parse(toml_path.read_text()) │ │ 21 │ │ │ 22 │ if key is not None: │ │ 23 │ │ for key_part in key.split("."): │ │ │ │ ╭──────────────── locals ─────────────────╮ │ │ │ default = None │ │ │ │ key = 'project.version' │ │ │ │ toml_path = PosixPath('pyproject.toml') │ │ │ ╰─────────────────────────────────────────╯ │ │ │ │ /home/runner/micromamba/envs/codeforecon/lib/python3.10/pathlib.py:1134 in │ │ read_text │ │ │ │ 1131 │ │ Open the file in text mode, read it, and close the file. │ │ 1132 │ │ """ │ │ 1133 │ │ encoding = io.text_encoding(encoding) │ │ ❱ 1134 │ │ with self.open(mode='r', encoding=encoding, errors=errors) as │ │ 1135 │ │ │ return f.read() │ │ 1136 │ │ │ 1137 │ def write_bytes(self, data): │ │ │ │ ╭──────────────── locals ────────────────╮ │ │ │ encoding = 'locale' │ │ │ │ errors = None │
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/