File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 pull_request :
1010 branches :
1111 - dev
12+
1213
1314env :
1415 PYTHON_VER : ' 3.10'
9394 pip install dist/*.whl
9495 pip list
9596 (cd "$(mktemp -d)" && python -c 'import monai; print(monai.__version__)')
96- - name : Publish to Test PyPI
97- if : | # run this test only on a PR coming from a branch in this repo
98- github.event_name == 'pull_request' &&
99- github.repository == 'Project-MONAI/MONAI' &&
100- github.event.pull_request.head.repo.full_name == github.repository
101- run : |
102- twine upload --verbose -r testpypi dist/*
103- env :
104- TWINE_USERNAME : __token__
105- TWINE_PASSWORD : ${{ secrets.TEST_PYPI_TOKEN }}
106- TWINE_NON_INTERACTIVE : true
10797 - name : Publish to PyPI
10898 if : github.event_name == 'schedule' # only publish on cron run
10999 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments