Skip to content

Commit b032e9a

Browse files
committed
Enable attestations for PyPI publish action
1 parent d93aa0a commit b032e9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ jobs:
3737
path: dist
3838
- uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
40-
user: __token__
41-
password: ${{ secrets.pypi_password }}
40+
attestations: true

0 commit comments

Comments
 (0)