You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added PyPI publishing to the release workflow using PyPI Trusted Publishing and the official pypa/gh-action-pypi-publish@release/v1 action.
Release tags now run the test suite before building distributions and publishing release artifacts.
Python distributions are stored as a workflow artifact and then uploaded to PyPI from a dedicated publish-pypi job that uses the pypi GitHub environment.
Updated README installation instructions for PyPI-first installation with pip install docscriptor.
Updated the maintainer release notes to describe the combined GitHub Release and PyPI publishing flow.
Moved the shared repository working notes from WORKING_NOTES.md to codex.md.
Compatibility Notes
No public docscriptor API changes are included in this patch release.
Publishing Notes
PyPI publishing depends on a PyPI trusted publisher or pending publisher configured for repository Gonie-Gonie/docscriptor, workflow .github/workflows/release.yml, and environment pypi.
The GitHub Release continues to include the wheel, source distribution, usage guide PDF, and journal paper PDF.