python-attrs / attrs

Python Classes Without Boilerplate
https://www.attrs.org/
MIT License
5.3k stars 374 forks source link

Opt into uploading PEP 740 digital publish attestations to PyPI once again #1345

Closed webknjaz closed 2 months ago

webknjaz commented 2 months ago

Summary

This patch enables the release workflow to sign the artifacts digitally and attach said signatures to PyPI releases: https://github.com/pypa/gh-action-pypi-publish/pull/236.

The bug has been fixed in v1.10.1 and Hugo reported it working elsewhere.