From a2fad69c130469c58643a3aa851c11990a0f1095 Mon Sep 17 00:00:00 2001 From: Liran BG Date: Wed, 10 Feb 2021 23:17:00 -0500 Subject: [PATCH] CI: followup release job fix (#26) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 32d358e..2a53f96 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,5 +65,5 @@ jobs: if: env.RC_RELEASE == 'false' with: user: __token__ - password: ${{ secrets.DUMMY_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }} verbose: true