Skip to content

Commit 52a7fde

Browse files
committed
skip test.pypi.org
Signed-off-by: Wenqi Li <[email protected]>
1 parent 8a7747d commit 52a7fde

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
rm dist/monai*.tar.gz
7878
ls -al dist/
7979
80-
- if: matrix.python-version == '3.8' && startsWith(github.ref, 'refs/tags/')
81-
name: Publish to Test PyPI
82-
uses: pypa/gh-action-pypi-publish@release/v1
83-
with:
84-
password: ${{ secrets.TEST_PYPI }}
85-
repository_url: https://test.pypi.org/legacy/
80+
# - if: matrix.python-version == '3.8' && startsWith(github.ref, 'refs/tags/')
81+
# name: Publish to Test PyPI
82+
# uses: pypa/gh-action-pypi-publish@release/v1
83+
# with:
84+
# password: ${{ secrets.TEST_PYPI }}
85+
# repository_url: https://test.pypi.org/legacy/
8686

8787
versioning:
8888
# compute versioning file from python setup.py

0 commit comments

Comments
 (0)