From c36ad5d4ffdf6238de9fa6189bcdd7b82d2fdbf0 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 16 Nov 2024 15:07:07 +0100 Subject: [PATCH] Try new build and publish to Pypi CI actions - Correct issue --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad42ce73..92d70f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,6 @@ jobs: if: github.event_name != 'pull_request' uses: ./.github/workflows/build.yml secrets: - TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }} - PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }} needs: [quality, test]