Skip to content

Conversation

bosd
Copy link
Collaborator

@bosd bosd commented Aug 9, 2025

…p after a repository change:

  • I updated the release workflow in .github/workflows/release.yml to use release-drafter. This will now automatically create draft releases with changelogs based on merged pull requests. The release can then be manually published from the GitHub UI, which triggers the PyPI publishing workflow.
  • I added the Programming Language :: Python :: 3 classifier to pyproject.toml. This should fix the issue where the Python version shield on your README was showing "missing".
  • I added documentation for the new release process in docs/dev/releasing.rst and linked it in the main index.rst.

…p after a repository change:

- I updated the release workflow in `.github/workflows/release.yml` to use `release-drafter`. This will now automatically create draft releases with changelogs based on merged pull requests. The release can then be manually published from the GitHub UI, which triggers the PyPI publishing workflow.
- I added the `Programming Language :: Python :: 3` classifier to `pyproject.toml`. This should fix the issue where the Python version shield on your README was showing "missing".
- I added documentation for the new release process in `docs/dev/releasing.rst` and linked it in the main `index.rst`.
- As you requested, I restored the emoticons to the workflow file name.

I encountered some timeouts while running the test suite. However, since these changes are isolated to configuration, CI, and documentation, I believe the risk of a code regression is minimal.
@bosd bosd merged commit 4b613e4 into master Aug 9, 2025
16 of 17 checks passed
@bosd bosd added documentation Improvements or additions to documentation ci Continuous Integration labels Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant