Take the 2025 Python Packaging Survey if you still haven't!
Important
π¨ This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @woodruffwπ°.
We've also integrated Zizmor to catch similar issues in the future and you should too.
β¨ New Stuff
@woodruffwπ° updated the README to no longer mention the attestations feature being experimental in #347: it's been rather stable for a year already π
He also added more diagnostic output which includes printing out the GitHub Environment claim via #371 and warning about the unsupported reusable workflows configurations #306, when using Trusted Publishing.
Tip
The official support for reusable workflows is currently blocked on changes to PyPI. To get updates about progress on the action side, you may want to subscribe to #166.
At PyCon US 2025 Sprints, @facutuescaπ°, @mikethemanπ°, @woodruffwπ° and Iπ° spent several hours IRL brainstorming how to fix this and migrate projects that happen to rely on an obscure corner case with reusable workflows that temporarily allows them to function by accident.
The result of that discussion is posted @ pypi/warehouse#11096 (comment).
Note that this is a volunteer-led effort and there is no ETA. If you need this soon, make your employer sponsor the PSF and maybe they'll be able to hire somebody for this work on Warehouse.
In addition to that, @konstinπ° sent #378 to pin actions/setup-python
to a SHA hash. This makes pypi-publish
compatible with new GitHub policies that allow organizations to mandate hash-pinning actions used in workflows.
π οΈ Internal Dependencies
@webknjazπ° made a bunch of updates to the action runtime which includes bumping it to Python 3.13 in #331 and updating the dependency tree across the board. pip-with-requires-python
is no longer being installed (#332). Some related bumps were contributed by @woodruffwπ° (#359) and @kurtmckeeπ° sent a contributor-facing PR, bumping the linting configuration via #335.
πͺ New Contributors
- @kurtmckee made their first contribution in #335
- @konstin made their first contribution in #378
πͺ Full Diff: v1.12.4...v1.13.0
π§ββοΈ Release Manager: @webknjaz πΊπ¦
π¬ Discuss on Bluesky π¦, on Mastodon π and on GitHub.