Skip to content

Commit 48949d8

Browse files
committed
update to new pypi deploymend authentication
1 parent 6d67e9a commit 48949d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
if: startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
36-
user: ${{ secrets.PYPI_USERNAME }}
36+
user: __token__
3737
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)