From 0ea9fef373fa9cad3a2ecb6c96b0951c5d95383b Mon Sep 17 00:00:00 2001 From: Martin Stephens Date: Fri, 12 Mar 2021 06:14:03 +0700 Subject: [PATCH] Update release.yml fixed typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 691a4b0..cdd3ae5 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: - name: Build and publish if: contains(steps.need-pypi.outputs.setup-py, 'setup.py') env: - TWINE_USERNAME: $'__token__' + TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI }} run: | python setup.py sdist