From 48176a5824c86da33e7266adf2f664a818edb1c7 Mon Sep 17 00:00:00 2001 From: AJ Rice <53190766+ajrice6713@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:48:10 -0500 Subject: [PATCH] Update PyPi Auth --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2b202b..534ec79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,5 @@ jobs: - name: Deploy to PYPI uses: ./.github/actions/deploy env: - PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} - PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }} PYPONY_RELEASE_VERSION: ${{ env.RELEASE_VERSION }}