From bee4510e601b9275d1dc1a1b5f7fc5948232af3e Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Tue, 13 Dec 2022 09:50:32 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd9320a7..294be542 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,4 +73,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ '{{ secrets.PYPI_API_TOKEN }}' }} + password: ${{ secrets.PYPI_API_TOKEN }}