Skip to content

Commit 41b049a

Browse files
committed
Remove PR test
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 6ab1456 commit 41b049a

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/weekly-preview.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- dev
12+
1213

1314
env:
1415
PYTHON_VER: '3.10'
@@ -93,17 +94,6 @@ jobs:
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

0 commit comments

Comments
 (0)