Skip to content

Commit 71e679f

Browse files
committed
Attestations are now on by default
1 parent 6fe7396 commit 71e679f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: Publish to Test PyPI
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
54-
attestations: true
5554
repository-url: https://test.pypi.org/legacy/
5655

5756
# Publish to PyPI on GitHub Releases.
@@ -83,5 +82,3 @@ jobs:
8382

8483
- name: Publish to PyPI
8584
uses: pypa/gh-action-pypi-publish@release/v1
86-
with:
87-
attestations: true

0 commit comments

Comments
 (0)