Skip to content

Commit 329f69b

Browse files
committed
changes
1 parent ba53a5a commit 329f69b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/publish-pypi/attestations.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ def generate_attestations(dist_files):
8484
print(f"Attesting {dist_path.name}...")
8585
8686
dist = Distribution.from_file(Path(dist_file))
87-
att = Attestation.sign(signer, dist)
88-
print(att.model_dump_json())
87+
attestation = Attestation.sign(signer, dist)
8988
9089
attestation_path = dist_path.with_suffix(dist_path.suffix + ".publish.attestation")
9190
attestation_path.write_text(attestation.model_dump_json())

0 commit comments

Comments
 (0)