Skip to content

Commit 03f86fe

Browse files
authored
Merge pull request #388 from woodruffw-forks/ww/rm-experimental
2 parents b5a6e8b + 4c78f1c commit 03f86fe

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ inputs:
8282
default: 'false'
8383
attestations:
8484
description: >-
85-
Enable experimental support for PEP 740 attestations.
85+
Enable support for PEP 740 attestations.
8686
Only works with PyPI and TestPyPI via Trusted Publishing.
8787
required: false
8888
default: 'true'

create-docker-action.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ def set_image(ref: str, repo: str, repo_id: str) -> str:
5959
},
6060
'attestations': {
6161
DESCRIPTION: (
62-
'[EXPERIMENTAL]'
63-
' Enable experimental support for PEP 740 attestations.'
62+
' Enable support for PEP 740 attestations.'
6463
' Only works with PyPI and TestPyPI via Trusted Publishing.'
6564
),
6665
REQUIRED: False,

0 commit comments

Comments
 (0)