Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Mar 22, 2024
1 parent 0e960ae commit d8b14d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def _release(project: _Project) -> None:
body = (_TOP_LEVEL / "RELEASE_NOTES.md").read_text()
message = f"{title}{linesep}{linesep}{body}"

arts = (normcase(p) for p in _walk(_TOP_LEVEL / "arts"))
attachments = chain.from_iterable(zip(repeat("--attach"), arts))
attachments = (normcase(p) for p in _walk(_TOP_LEVEL / "arts"))

check_call(
(
Expand Down

0 comments on commit d8b14d5

Please sign in to comment.