From a7cad7a5a71b1c39c5e12c2d361292c85610894f Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Thu, 18 Jan 2024 11:55:11 +0100 Subject: [PATCH] NO-JIRA: Fix PyPi upload to use token --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb550ca..420f194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,6 @@ jobs: - name: Build and publish if: steps.tag.outputs.tag == steps.module.outputs.version env: - FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }} - FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + FLIT_USERNAME: __token__ + FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: flit publish