1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- name : ' Release'
15+ name : " Release"
1616
1717defaults :
1818 run :
3232 type : string
3333 description : Python version to use for build
3434 required : false
35- default : ' 3.10'
35+ default : " 3.10"
3636 library-name :
3737 type : string
3838 description : Name of Nemo library
4646 description : Branch to target for version bump
4747 packaging :
4848 required : false
49- description : ' Packaging tool (supported: setuptools, hatch, uv)'
49+ description : " Packaging tool (supported: setuptools, hatch, uv)"
5050 type : string
5151 default : setuptools
5252 create-gh-release :
5858 required : false
5959 description : This string will be preprended "as-is" to the version tag
6060 type : string
61- default : ' '
61+ default : " "
6262 has-src-dir :
6363 required : false
6464 description : Whether the package has a src directory
7373 required : false
7474 description : Custom container to use for the build
7575 type : string
76- default : ' '
76+ default : " "
7777 runner :
7878 required : false
7979 description : Runner to use for the build
9292 required : false
9393 description : Navigate into a sub-directory
9494 type : string
95- default : ' ./ '
95+ default : " ./ "
9696 secrets :
9797 TWINE_USERNAME :
9898 required : true
@@ -118,7 +118,7 @@ permissions:
118118jobs :
119119 build-test-publish-wheel-dry-run :
120120 name : Build test publish wheel (dry run)
121- uses :
NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected] .4 121+ uses :
NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected] .5 122122 if : inputs.dry-run == false
123123 with :
124124 dry-run : true
@@ -356,7 +356,7 @@ jobs:
356356 git push -d origin ${{ env.TMP_BRANCH }}
357357
358358 build-test-publish-wheel :
359- uses :
NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected] .0 359+ uses :
NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected] .5 360360 needs : bump-next-version
361361 if : |
362362 (
0 commit comments