Skip to content

Commit 07b5e83

Browse files
committed
chore: trusted publishing
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent bee34c0 commit 07b5e83

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
@@ -126,7 +126,7 @@ jobs:
126126
# see https://github.com/pypa/gh-action-pypi-publish
127127
uses: pypa/gh-action-pypi-publish@release/v1
128128
with:
129-
password: ${{ secrets.PYPI_TOKEN }}
129+
attestations: true
130130
- name: Publish package distributions to GitHub Releases
131131
if: |
132132
!failure() && !cancelled() &&

0 commit comments

Comments
 (0)