File tree Expand file tree Collapse file tree 6 files changed +27
-3178
lines changed
examples/tts/conf/magpietts
nemo/collections/tts/modules Expand file tree Collapse file tree 6 files changed +27
-3178
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 required : true
3030 default : true
3131 type : boolean
32+ create-gh-release :
33+ description : Create a GitHub release
34+ required : true
35+ default : true
36+ type : boolean
37+ generate-changelog :
38+ description : Generate changelog
39+ required : false
40+ default : true
41+ type : boolean
42+ publish-docs :
43+ description : Publish docs
44+ required : false
45+ default : false
46+ type : boolean
3247
3348jobs :
3449 release :
35- uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.40 .0
50+ uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.73 .0
3651 with :
3752 release-ref : ${{ inputs.release-ref }}
3853 python-package : nemo
3954 python-version : " 3.10"
4055 library-name : Neural Modules
4156 dry-run : ${{ inputs.dry-run }}
4257 version-bump-branch : ${{ inputs.version-bump-branch }}
58+ create-gh-release : ${{ inputs.create-gh-release }}
59+ gh-release-use-changelog-builder : ${{ inputs.generate-changelog }}
60+ publish-docs : ${{ inputs.publish-docs }}
4361 secrets :
4462 TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
4563 TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
4664 SLACK_WEBHOOK_ADMIN : ${{ secrets.SLACK_WEBHOOK_ADMIN }}
4765 SLACK_WEBHOOK : ${{ secrets.SLACK_RELEASE_ENDPOINT }}
4866 PAT : ${{ secrets.PAT }}
67+ SSH_KEY : ${{ secrets.SSH_KEY }}
68+ SSH_PWD : ${{ secrets.SSH_PWD }}
69+ BOT_KEY : ${{ secrets.BOT_KEY }}
You can’t perform that action at this time.
0 commit comments