From 8967e9ae7a48558b58f3727e972b428dc2fbb6d0 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 16 Jun 2022 02:03:54 +0200 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c8996cd..c405652 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -29,5 +29,5 @@ jobs: run: python3 -m twine upload dist/* uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: - user: 'rly0nheart' + user: __token__ password: ${{ secrets.PYPY_API_TOKEN}