Skip to content

Commit d13c897

Browse files
committed
Revert "Opt into uploading PEP 740 digital publish attestations to PyPI (#1342)"
This reverts commit 3fb6f56.
1 parent e671aa5 commit d13c897

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pypi-package.yml

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

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

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

0 commit comments

Comments
 (0)