Skip to content

fix: use Python 3.12 in publish workflow#46

Merged
brendanjryan merged 1 commit intomainfrom
fix/python-version-publish
Feb 17, 2026
Merged

fix: use Python 3.12 in publish workflow#46
brendanjryan merged 1 commit intomainfrom
fix/python-version-publish

Conversation

@brendanjryan
Copy link
Collaborator

The wevm/changelogs action hardcodes Python 3.11, but pympp requires >=3.12. This caused python -m build to fail silently during the 0.1.1 publish attempt.

Fix: add actions/setup-python@v5 with python-version: '3.12' before the changelogs action, so hatchling can build the package.

This also includes a patch changeset to trigger a new release (0.1.2) to test the full end-to-end flow.

@brendanjryan brendanjryan merged commit d25571e into main Feb 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant