Skip to content

Commit

Permalink
Bump twine to support metadata version 2.4 (#292)
Browse files Browse the repository at this point in the history
* bump twine to support metadata version 2.4

* add changelog entry
  • Loading branch information
ulucs authored Dec 20, 2024
1 parent 203443d commit c8c3c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changelog/_unreleased.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[entries]]
id = "e3a86670-bb39-4619-ba18-711851919eaf"
type = "fix"
description = "Bump twine version so metadata version 2.4 is supported"
author = "[email protected]"
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/std/python/tasks/publish_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def publish(
group: str | None = "publish",
project: Project | None = None,
after: list[Task] | None = None,
twine_version: str = ">=5.0.0,<6.0.0",
twine_version: str = ">=6.0.0,<7.0.0",
) -> PublishTask:
"""Create a publish task for the specified registry."""

Expand Down

0 comments on commit c8c3c27

Please sign in to comment.