From 28bc064bccee6ea5192fa678fee7298c76fcff6e Mon Sep 17 00:00:00 2001 From: Ravin Kohli Date: Tue, 23 Nov 2021 15:17:19 +0100 Subject: [PATCH] try no newline token --- .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 e84f7b056..a33e38df2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,4 +48,4 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.PYPI_TOKEN_NO_NEWLINE }}