Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 29 May 07:35
· 23 commits to main since this release

v0.9.1

Highlights

  • 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.