We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7fc18 commit bc09a4cCopy full SHA for bc09a4c
.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