Skip to content

Commit cc09c42

Browse files
authored
chore: trusted publishing (#695)
fixes #681 Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 2aea159 commit cc09c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# see https://github.com/pypa/gh-action-pypi-publish
121121
uses: pypa/gh-action-pypi-publish@release/v1
122122
with:
123-
password: ${{ secrets.PYPI_TOKEN }}
123+
attestations: true
124124

125125
- name: Publish package distributions to GitHub Releases
126126
if: steps.release.outputs.released == 'true'

0 commit comments

Comments
 (0)