Skip to content

Commit

Permalink
move publish to test pypi (#8086)
Browse files Browse the repository at this point in the history
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 <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu authored Sep 16, 2024
1 parent 3282e45 commit 25589c3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25589c3

Please sign in to comment.