Skip to content

Commit 826a313

Browse files
committed
Use a token instead of password
1 parent e9ea8a7 commit 826a313

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
@@ -23,4 +23,4 @@ jobs:
2323
uses: pypa/gh-action-pypi-publish@release/v1.4.2
2424
with:
2525
user: __token__
26-
password: ${{ secrets.PYPI_PASSWORD }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)