Skip to content

Commit bc09a4c

Browse files
committed
enable test.pypi.org
This reverts commit 52a7fde. Signed-off-by: Wenqi Li <[email protected]>
1 parent ce7fc18 commit bc09a4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/release.yml

+6-6
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)