Skip to content

Commit 409fd66

Browse files
authored
ci: use trusted publisher and remove token (#271)
Upstream reference: https://docs.pypi.org/trusted-publishers/
2 parents 19b64df + 91e53d6 commit 409fd66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
if: startsWith(github.ref, 'refs/tags')
5555
uses: pypa/gh-action-pypi-publish@release/v1
5656
with:
57-
password: ${{ secrets.PYPI_API_TOKEN }}
5857
print-hash: true
5958

6059
- name: Create/update release on GitHub

0 commit comments

Comments
 (0)