Skip to content

Commit 7b0ac9a

Browse files
committed
Add 'attestations: true' to pypa/gh-action-pypi-publish
1 parent 07ddca4 commit 7b0ac9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Upload package to Test PyPI
6060
uses: pypa/gh-action-pypi-publish@release/v1
6161
with:
62+
attestations: true
6263
repository-url: https://test.pypi.org/legacy/
6364

6465
# Upload to real PyPI on GitHub Releases.
@@ -88,3 +89,5 @@ jobs:
8889

8990
- name: Upload package to PyPI
9091
uses: pypa/gh-action-pypi-publish@release/v1
92+
with:
93+
attestations: true

0 commit comments

Comments
 (0)