Skip to content

Commit 25589c3

Browse files
authored
move publish to test pypi (#8086)
Move publish to test pypi to blossom ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: YunLiu <[email protected]>
1 parent 3282e45 commit 25589c3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ jobs:
7878
rm dist/monai*.tar.gz
7979
ls -al dist/
8080
81-
- if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/')
82-
name: Publish to Test PyPI
83-
uses: pypa/gh-action-pypi-publish@release/v1
84-
with:
85-
password: ${{ secrets.TEST_PYPI }}
86-
repository-url: https://test.pypi.org/legacy/
81+
# remove publishing to Test PyPI as it is moved to blossom
82+
# - if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/')
83+
# name: Publish to Test PyPI
84+
# uses: pypa/gh-action-pypi-publish@release/v1
85+
# with:
86+
# password: ${{ secrets.TEST_PYPI }}
87+
# repository-url: https://test.pypi.org/legacy/
8788

8889
versioning:
8990
# compute versioning file from python setup.py

0 commit comments

Comments
 (0)