Skip to content

Commit b39ac2c

Browse files
authored
Opt into uploading PEP 740 digital publish attestations to PyPI
pypa/gh-action-pypi-publish#236
1 parent 84d8346 commit b39ac2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
- name: PyPI upload
152152
uses: pypa/[email protected]
153153
with:
154+
attestations: true
154155
packages-dir: dist
155156
password: ${{ secrets.PYPI_API_TOKEN }}
156157
- name: GitHub Release

0 commit comments

Comments
 (0)