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 7e6fac2 commit 85dbf7cCopy full SHA for 85dbf7c
attestations.py
@@ -59,6 +59,7 @@ def debug(msg: str):
59
print(f"::debug::{msg}", file=sys.stderr)
60
61
62
+# pylint: disable=redefined-outer-name
63
def attest_dist(dist: Path, signer: Signer) -> None:
64
# We are the publishing step, so there should be no pre-existing publish
65
# attestation. The presence of one indicates user confusion.
0 commit comments