Skip to content

Commit eedee33

Browse files
committed
66.0 -> 66.5
Signed-off-by: Alex Gronskiy <[email protected]>
1 parent c2ed1bb commit eedee33

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/_release_library.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: 'Release'
15+
name: "Release"
1616

1717
defaults:
1818
run:
@@ -32,7 +32,7 @@ on:
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
@@ -46,7 +46,7 @@ on:
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:
@@ -58,7 +58,7 @@ on:
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
@@ -73,7 +73,7 @@ on:
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
@@ -92,7 +92,7 @@ on:
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:
118118
jobs:
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

Comments
 (0)