From 622e7a6729faeb8a9003729fcda2f892d6ef5c0c Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Thu, 28 Mar 2024 10:47:20 -0400 Subject: [PATCH] Remove test pypi upload (causing release failure because pypi was down due to malware spike, now re-running the test pypi upload breaks the Action because of duplicate upload) --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2267661..5d76457 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,13 +75,6 @@ jobs: python3 -m pip install --upgrade build python3 -m build - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@master with: