We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93afc7a commit 3700773Copy full SHA for 3700773
.github/workflows/release-freeze.yml
@@ -21,13 +21,14 @@ on:
21
default: true
22
jobs:
23
code-freeze:
24
- uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_code_freeze.yml@v0.22.5
+ uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_code_freeze.yml@v0.25.0
25
with:
26
library-name: NeMo Run
27
python-package: nemo_run
28
release-type: ${{ inputs.release-type }}
29
freeze-commit: ${{ inputs.freeze-commit }}
30
dry-run: ${{ inputs.dry-run }}
31
+ packaging: hatch
32
secrets:
33
SLACK_WEBHOOK: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
34
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}
0 commit comments