Skip to content

Commit ce23b0f

Browse files
committed
chore: trusted publishing
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 39514b3 commit ce23b0f

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)