Skip to content

Commit 0d32077

Browse files
committed
Generate digital attestations for PyPI (PEP 740)
1 parent 3288586 commit 0d32077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
- name: Publish distribution 📦 to PyPI
3232
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
3333
uses: pypa/gh-action-pypi-publish@release/v1
34+
with:
35+
attestations: true

0 commit comments

Comments
 (0)