scie-pants 0.12.3-beta.0 #438
Replies: 1 comment
-
Testing release for some release process changes: #432 Changes that are clearly not working yet 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traceback (most recent call last):
File "/home/runner/work/_actions/a-scie/actions/v1.5/tools/changelog.py", line 74, in
result = render_version(
^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/a-scie/actions/v1.5/tools/changelog.py", line 56, in render_version
changelog = Changelog.parse(changelog=changelog_path.read_text(), level=level)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/pathlib.py", line 1058, in read_text
with self.open(mode='r', encoding=encoding, errors=errors) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/pathlib.py", line 1044, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/scie-pants/scie-pants/CHANGES.md'
This discussion was created from the release scie-pants 0.12.3-beta.0.
Beta Was this translation helpful? Give feedback.
All reactions