From 957ca1b10089af8624144a8b0b753e781cb4191e Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 6 Sep 2026 19:41:09 +0200 Subject: [PATCH] Fix formatting in note about package republishing in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd33c8..410eb3b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ python3 -m build python3 -m twine upload --repository gitea dist/* ``` -> **Note**: a name and version already in the registry cannot be republished. Raise `version` +> **Note** a name and version already in the registry cannot be republished. Raise `version` > in `pyproject.toml` before each upload. ## Library