Skip to content

Commit d1a8214

Browse files
committed
Preemptively fix attestation upload for PyPI publish
See <pypa/gh-action-pypi-publish#319>.
1 parent a4b74ee commit d1a8214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646
with:
4747
repository_url: https://test.pypi.org/legacy/
48+
attestations: false
4849

4950
- name: Publish distribution to PyPI
5051
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)