From 02b6a0cb05147775675f178b757095c26f1a3763 Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Mon, 6 Oct 2025 15:37:08 +0200 Subject: [PATCH] using real PYPI --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c365e43..dd40642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,8 +88,11 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + # use these for TESTs! +# password: ${{ secrets.TEST_PYPI_API_TOKEN }} +# repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }} + repository_url: https://upload.pypi.org/legacy/ - name: Create GitHub Release id: create_release uses: actions/create-release@v1