From 3ce5b4b5906765356e5fcb768bd0ee0179fa1615 Mon Sep 17 00:00:00 2001 From: Anto Subash Date: Tue, 30 Jun 2026 21:49:27 +0200 Subject: [PATCH] ci(release): publish simple_module_branding to PyPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modules/branding ships valid packaging metadata and builds to sdist+wheel, but simple_module_branding was never added to the publish-pypi matrix in release.yml — so it's absent from PyPI (every other workspace package is at v0.0.21). Add it to the matrix. First publish of this brand-new project name via Trusted Publishing requires a matching pending-publisher configured on pypi.org (owner antosubash, repo simple_module_python, workflow release.yml, environment pypi). Claude-Session: https://claude.ai/code/session_01Pf6ew7t9pHgR1fnZNew3Tc --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec8e11a3..6f95ec87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,6 +117,7 @@ jobs: - simple_module_test - simple_module_auth - simple_module_background_tasks + - simple_module_branding - simple_module_dashboard - simple_module_feature_flags - simple_module_file_storage