Evidence
.github/workflows/ (no release.yml), .github/workflows/_required.yml:106-119
Description
The build job in _required.yml runs python -m build --no-isolation and verifies the build succeeds, but the resulting artifacts are not uploaded, tagged, or published. There is no workflow triggered by a tag or release event. Publishing to PyPI or GitHub Releases requires manual steps that are undocumented.
Part of #92
Evidence
.github/workflows/ (no release.yml), .github/workflows/_required.yml:106-119
Description
The
buildjob in_required.ymlrunspython -m build --no-isolationand verifies the build succeeds, but the resulting artifacts are not uploaded, tagged, or published. There is no workflow triggered by a tag or release event. Publishing to PyPI or GitHub Releases requires manual steps that are undocumented.Part of #92