Merge pull request #388 from woodruffw-forks/ww/rm-experimental

This commit is contained in:
William Woodruff
2025-12-19 14:12:01 -05:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ inputs:
default: 'false'
attestations:
description: >-
Enable experimental support for PEP 740 attestations.
Enable support for PEP 740 attestations.
Only works with PyPI and TestPyPI via Trusted Publishing.
required: false
default: 'true'
+1 -2
View File
@@ -59,8 +59,7 @@ action = {
},
'attestations': {
DESCRIPTION: (
'[EXPERIMENTAL]'
' Enable experimental support for PEP 740 attestations.'
' Enable support for PEP 740 attestations.'
' Only works with PyPI and TestPyPI via Trusted Publishing.'
),
REQUIRED: False,