We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aa1c5 commit e136f00Copy full SHA for e136f00
packages/publish-pypi/attestations.ts
@@ -83,7 +83,7 @@ def generate_attestations(dist_files):
83
try:
84
print(f"Attesting {dist_path.name}...")
85
86
- dist = Distribution.from_file(Path(path))
+ dist = Distribution.from_file(Path(dist_file))
87
att = Attestation.sign(signer, dist)
88
print(att.model_dump_json())
89
0 commit comments