From 0ed5a280f46c665a35d5ff1722b334442d43187c Mon Sep 17 00:00:00 2001 From: Anto Subash Date: Sat, 2 May 2026 11:30:28 +0200 Subject: [PATCH] ci(release): publish simple_module_test to PyPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds simple_module_test to the publish-pypi matrix so the shared pytest fixtures package is released in lockstep with the rest. The package is already a workspace member, already bumped by scripts/bump_version.py, and already produced by `uv build --all-packages` — only the matrix entry was missing. Note: requires a Trusted Publisher entry for simple_module_test on PyPI (repo + workflow + `pypi` environment) before the next release runs. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc94c3f2..ac2dbcfb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,7 @@ jobs: - simple_module_core - simple_module_db - simple_module_hosting + - simple_module_test - simple_module_auth - simple_module_background_tasks - simple_module_dashboard