There was an error while loading. Please reload this page.
1 parent a614f47 commit 44b137fCopy full SHA for 44b137f
1 file changed
.github/workflows/weekly-preview.yml
@@ -95,10 +95,11 @@ jobs:
95
- name: Publish to Test PyPI
96
if: github.event_name == 'pull_request' && github.repository == 'Project-MONAI/MONAI' # only test publish on PR
97
run: |
98
+ wc "$TWINE_PASSWORD"
99
twine upload --verbose -r testpypi dist/*
100
env:
101
TWINE_USERNAME: __token__
- TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
102
+ TWINE_PASSWORD: foobar
103
TWINE_NON_INTERACTIVE: true
104
- name: Publish to PyPI
105
if: github.event_name == 'schedule' # only publish on cron run
0 commit comments