There was an error while loading. Please reload this page.
1 parent ba53a5a commit 329f69bCopy full SHA for 329f69b
1 file changed
packages/publish-pypi/attestations.ts
@@ -84,8 +84,7 @@ def generate_attestations(dist_files):
84
print(f"Attesting {dist_path.name}...")
85
86
dist = Distribution.from_file(Path(dist_file))
87
- att = Attestation.sign(signer, dist)
88
- print(att.model_dump_json())
+ attestation = Attestation.sign(signer, dist)
89
90
attestation_path = dist_path.with_suffix(dist_path.suffix + ".publish.attestation")
91
attestation_path.write_text(attestation.model_dump_json())
0 commit comments