From 917974485dfe05fc6f113bba5dc41b94bef9a804 Mon Sep 17 00:00:00 2001 From: yangxuan Date: Wed, 22 Jan 2025 11:26:09 +0800 Subject: [PATCH] fix: Cannot publish to too destinations in one action Signed-off-by: yangxuan --- .github/workflows/publish_on_release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish_on_release.yml b/.github/workflows/publish_on_release.yml index 624c70e62..584881311 100644 --- a/.github/workflows/publish_on_release.yml +++ b/.github/workflows/publish_on_release.yml @@ -37,10 +37,6 @@ jobs: --wheel --outdir dist/ . - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1