There was an error while loading. Please reload this page.
1 parent 329f69b commit 24639deCopy full SHA for 24639de
1 file changed
actions/publish-pypi/dist/index.js
@@ -41688,8 +41688,7 @@ def generate_attestations(dist_files):
41688
print(f"Attesting {dist_path.name}...")
41689
41690
dist = Distribution.from_file(Path(dist_file))
41691
- att = Attestation.sign(signer, dist)
41692
- print(att.model_dump_json())
+ attestation = Attestation.sign(signer, dist)
41693
41694
attestation_path = dist_path.with_suffix(dist_path.suffix + ".publish.attestation")
41695
attestation_path.write_text(attestation.model_dump_json())
0 commit comments