From 46e334bc772c15620f8c428086a85c9065a24f68 Mon Sep 17 00:00:00 2001 From: Pymetheus Date: Fri, 13 Feb 2026 22:45:50 +0100 Subject: [PATCH] chore: test publishing to TestPyPI, GHCR and GitHub Releases and set version 0.0.2 Replace the placeholder distribution name with the actual project name `python-project-blueprint` in pyproject.toml so package metadata reflects the correct project identifier. No other fields were modified. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6c76e6..6cd4cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "DISTRIBUTION-NAME" +name = "python-project-blueprint" version = "0.0.2" description = "Production-ready Python project template with modern tooling, CI/CD, security, and configuration built in." readme = {file = "README.md", content-type = "text/markdown"}