From 8555902cc04b1d773ac2fa24ad13d916ed154c00 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 11 Feb 2024 14:46:46 +0100 Subject: [PATCH] Fix test --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 335ee99..0b35cee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -149,14 +149,12 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - user: ${{ secrets.PYPI_USER }} password: ${{ secrets.PYPI_PASSWORD }} skip_existing: true - name: Publish distribution 📦 to Test PyPI if Push uses: pypa/gh-action-pypi-publish@master with: - user: ${{ secrets.TEST_PYPI_USER }} password: ${{ secrets.TEST_PYPI_PASSWORD }} repository_url: https://test.pypi.org/legacy/ skip_existing: true