From f0dc3413eb440fc5dacb722747231b211b353a03 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:52:15 +0800 Subject: [PATCH] remove publish to test pypi Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .github/workflows/release.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a014a4ed1d..cb0e109bb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,12 +78,13 @@ jobs: rm dist/monai*.tar.gz ls -al dist/ - - if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/') - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI }} - repository-url: https://test.pypi.org/legacy/ + # remove publishing to Test PyPI as it is moved to blossom + # - if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/') + # name: Publish to Test PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.TEST_PYPI }} + # repository-url: https://test.pypi.org/legacy/ versioning: # compute versioning file from python setup.py