From cb7e80d9f0910943cd9046b19def4359bd7e35ca Mon Sep 17 00:00:00 2001 From: Will Da Silva Date: Thu, 9 Feb 2023 17:23:51 -0500 Subject: [PATCH] chore: Use `PYPI_SECRET_TOKEN` instead of `PYPI_TOKEN` (#62) --- .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 9c15869..8009ab8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,4 +37,4 @@ jobs: file_glob: true - name: Deploy to PyPI run: | - poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}" + poetry publish -u "__token__" -p "${{ secrets.PYPI_SECRET_TOKEN }}"