Skip to content

Commit ba53a5a

Browse files
committed
Build actions
1 parent e136f00 commit ba53a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/publish-pypi/dist/index.js

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

41690-
dist = Distribution.from_file(Path(path))
41690+
dist = Distribution.from_file(Path(dist_file))
4169141691
att = Attestation.sign(signer, dist)
4169241692
print(att.model_dump_json())
4169341693

0 commit comments

Comments
 (0)