Skip to content

Commit 97b124f

Browse files
committed
Merge branch 'magpietts_test_frame_stacking' of github.com:rfejgin/NeMo into magpietts_test_frame_stacking
2 parents 5f35374 + d666356 commit 97b124f

File tree

6 files changed

+27
-3178
lines changed

6 files changed

+27
-3178
lines changed

.github/workflows/changelog-build.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,41 @@ on:
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

3348
jobs:
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 }}

0 commit comments

Comments
 (0)