Skip to content

Commit 3fb6f56

Browse files
webknjazhynek
andauthored
Opt into uploading PEP 740 digital publish attestations to PyPI (#1342)
pypa/gh-action-pypi-publish#236 Co-authored-by: Hynek Schlawack <[email protected]>
1 parent 558c835 commit 3fb6f56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi-package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Upload package to Test PyPI
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
51+
attestations: true
5152
repository-url: https://test.pypi.org/legacy/
5253

5354
# Upload to real PyPI on GitHub Releases.
@@ -67,3 +68,5 @@ jobs:
6768

6869
- name: Upload package to PyPI
6970
uses: pypa/gh-action-pypi-publish@release/v1
71+
with:
72+
attestations: true

0 commit comments

Comments
 (0)