From 78fceeaf5ab36ed528cd8f2f330d9d0ce8f75bca Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 20 Jan 2025 17:04:54 +1100 Subject: [PATCH] CI: change to PyPi API token --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a370213..0b7a21ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,8 +37,8 @@ jobs: retention-days: 2 - name: Deploy to PyPi env: - TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }} - TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} + TWINE_USERNAME: __token__ + TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} TWINE_NON_INTERACTIVE: 1 if: startsWith(github.ref, 'refs/tags/') run: |