10000 Generate digital attestations for PyPI (PEP 740) · AA-Turner/python-docs-theme@beb9aab · GitHub
[go: up one dir, main page]

Skip to content

Commit beb9aab

Browse files
committed
Generate digital attestations for PyPI (PEP 740)
1 parent 7919df8 commit beb9aab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pypi-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
permissions:
1212
contents: read
1313

14+
env:
15+
FORCE_COLOR: 1
16+
1417
jobs:
1518
# Always build & lint package.
1619
build-package:
@@ -45,3 +48,5 @@ jobs:
4548

4649
- name: Upload package to PyPI
4750
uses: pypa/gh-action-pypi-publish@release/v1
51+
with:
52+
attestations: true

0 commit comments

Comments
 (0)
0