Skip to content

Commit 24639de

Browse files
committed
Build actions
1 parent 329f69b commit 24639de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

actions/publish-pypi/dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41688,8 +41688,7 @@ def generate_attestations(dist_files):
4168841688
print(f"Attesting {dist_path.name}...")
4168941689

4169041690
dist = Distribution.from_file(Path(dist_file))
41691-
att = Attestation.sign(signer, dist)
41692-
print(att.model_dump_json())
41691+
attestation = Attestation.sign(signer, dist)
4169341692

4169441693
attestation_path = dist_path.with_suffix(dist_path.suffix + ".publish.attestation")
4169541694
attestation_path.write_text(attestation.model_dump_json())

0 commit comments

Comments
 (0)