There was an error while loading. Please reload this page.
1 parent e136f00 commit ba53a5aCopy full SHA for ba53a5a
1 file changed
actions/publish-pypi/dist/index.js
@@ -41687,7 +41687,7 @@ def generate_attestations(dist_files):
41687
try:
41688
print(f"Attesting {dist_path.name}...")
41689
41690
- dist = Distribution.from_file(Path(path))
+ dist = Distribution.from_file(Path(dist_file))
41691
att = Attestation.sign(signer, dist)
41692
print(att.model_dump_json())
41693
0 commit comments