Skip to content

Commit 3a3d2c8

Browse files
committed
Add attestation identities to the example
1 parent 1db3f59 commit 3a3d2c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

peps/pep-0751.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,11 @@ Example
777777
wheels = [
778778
{name = 'attrs-25.1.0-py3-none-any.whl', upload-time = 2025-01-25T11:30:10.164985+00:00, url = 'https://files.pythonhosted.org/packages/fc/30/d4986a882011f9df997a55e6becd864812ccfcd821d64aac8570ee39f719/attrs-25.1.0-py3-none-any.whl', size = 63152, hashes = {sha256 = 'c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a'}},
779779
]
780+
[[packages.attestation-identities]]
781+
environment = 'release-pypi'
782+
kind = 'GitHub'
783+
repository = 'python-attrs/attrs'
784+
workflow = 'pypi-package.yml'
780785
781786
[[packages]]
782787
name = 'cattrs'
@@ -800,7 +805,9 @@ Example
800805
801806
[tool.mousebender]
802807
command = ['.', 'lock', '--platform', 'cpython3.12-windows-x64', '--platform', 'cpython3.12-manylinux2014-x64', 'cattrs', 'numpy']
803-
run-on = 2025-03-05T14:34:09.758037
808+
run-on = 2025-03-06T12:28:57.760769
809+
810+
804811
805812
806813

0 commit comments

Comments
 (0)