From cd877c4b34e81dde1a02d5e3d7a6385e6b6f5855 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:56:07 +0530 Subject: [PATCH] Skip PyPI release --- .github/workflows/deploy.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d080747..c97b9ac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,12 +26,6 @@ jobs: python3 setup.py sdist bdist_wheel twine check dist/* ls -l dist - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - skip_existing: true - name: Publish distribution 📦 to PyPI if: github.event_name == 'release' uses: pypa/gh-action-pypi-publish@release/v1