From 5a034a2f2d00a2b94eab7376937a153434daf768 Mon Sep 17 00:00:00 2001 From: Pach Date: Fri, 30 Apr 2021 17:55:47 -0500 Subject: [PATCH] Update release.yml --- .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 dc5650a..c2e3554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,5 +19,5 @@ jobs: if: startsWith(github.event.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - user: ${{ secrets.PYPI_USER }} + user: ${{ secrets.PYPI_USERNAME }} password: ${{ secrets.PYPI_PASSWORD }}