Skip to content

Commit 53f0f14

Browse files
committed
Remove redundant config: attestations is now default
1 parent f4f191c commit 53f0f14

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Upload package to Test PyPI
6262
uses: pypa/gh-action-pypi-publish@release/v1
6363
with:
64-
attestations: true
6564
repository-url: https://test.pypi.org/legacy/
6665

6766
# Upload to real PyPI on GitHub Releases.
@@ -85,5 +84,3 @@ jobs:
8584

8685
- name: Upload package to PyPI
8786
uses: pypa/gh-action-pypi-publish@release/v1
88-
with:
89-
attestations: true

0 commit comments

Comments
 (0)