Skip to content

Commit fb0aa4a

Browse files
authored
Opt into uploading PEP 740 digital publish attestations to PyPI
pypa/gh-action-pypi-publish#236
1 parent 64ff5a9 commit fb0aa4a

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)