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.
2 parents 4c75ab8 + 72aba20 commit 4f30412Copy full SHA for 4f30412
1 file changed
.github/workflows/release-freeze.yml
@@ -21,13 +21,15 @@ on:
21
default: true
22
jobs:
23
code-freeze:
24
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v0.86.0
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v1.4.2
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
+ next-pre-release: ""
32
+ next-dev: ""
33
packaging: hatch
34
use-pat: true
35
secrets:
0 commit comments