From 5ef907105f05d4447e6500a86ce5024292e4ff91 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Tue, 7 May 2024 11:15:10 +0000 Subject: [PATCH] test push to testpypi --- .github/workflows/pypi.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b77ebb2..490202b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -106,6 +106,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: ${{ github.ref == 'refs/heads/main' && 'env.PyPI_URL' || ' env.PyPI_DEV_URL' }} - password: ${{ secrets.PYPI_API_TOKEN}} - - + password: ${{ secrets.PYPI_API_TOKEN}} \ No newline at end of file