From f68e45bc65f55b709cc4acae9aaba36f3bb8f2a7 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Wed, 30 Jul 2025 11:56:56 +0200 Subject: [PATCH 1/2] Do not enable attestations by default --- README.md | 5 ++--- action.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 262644e..56b6b82 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,8 @@ filter to the job: > Generating and uploading digital attestations currently requires > authentication with a [trusted publisher]. -Generating signed [digital attestations] for all the distribution files -and uploading them all together is now on by default for all projects -using Trusted Publishing. To disable it, set `attestations` as follows: +To enable the generation of [digital attestations] for all the distribution +files and uploading them along with these, set `attestations` as follows: ```yml with: diff --git a/action.yml b/action.yml index 3e39fd1..798c994 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: 'true' + default: 'false' branding: color: yellow icon: upload-cloud From 61f688bc44541f92b3052090672e9a1bf1d7bf36 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:03:36 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b6b82..eca5f1e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ filter to the job: > Generating and uploading digital attestations currently requires > authentication with a [trusted publisher]. -To enable the generation of [digital attestations] for all the distribution +To enable the generation of [digital attestations] for all the distribution files and uploading them along with these, set `attestations` as follows: ```yml