Skip to content

Commit 44b137f

Browse files
committed
Password test
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent a614f47 commit 44b137f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/weekly-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ jobs:
9595
- name: Publish to Test PyPI
9696
if: github.event_name == 'pull_request' && github.repository == 'Project-MONAI/MONAI' # only test publish on PR
9797
run: |
98+
wc "$TWINE_PASSWORD"
9899
twine upload --verbose -r testpypi dist/*
99100
env:
100101
TWINE_USERNAME: __token__
101-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
102+
TWINE_PASSWORD: foobar
102103
TWINE_NON_INTERACTIVE: true
103104
- name: Publish to PyPI
104105
if: github.event_name == 'schedule' # only publish on cron run

0 commit comments

Comments
 (0)