We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7747d commit 52a7fdeCopy full SHA for 52a7fde
.github/workflows/release.yml
@@ -77,12 +77,12 @@ jobs:
77
rm dist/monai*.tar.gz
78
ls -al dist/
79
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/
+ # - if: matrix.python-version == '3.8' && 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/
86
87
versioning:
88
# compute versioning file from python setup.py
0 commit comments