From 0126dcac8e27a0ec77a286e2599ac4a36a3cc2f0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 28 Oct 2024 14:31:58 -0400 Subject: [PATCH] action: enable attestations by default Signed-off-by: William Woodruff --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 40fed97..f71598d 100644 --- a/action.yml +++ b/action.yml @@ -86,7 +86,7 @@ inputs: Enable experimental support for PEP 740 attestations. Only works with PyPI and TestPyPI via Trusted Publishing. required: false - default: 'false' + default: 'true' branding: color: yellow icon: upload-cloud