diff --git a/.github/workflows/build-test-publish-wheel.yml b/.github/workflows/build-test-publish-wheel.yml index 6c0c602b..58dad043 100644 --- a/.github/workflows/build-test-publish-wheel.yml +++ b/.github/workflows/build-test-publish-wheel.yml @@ -20,7 +20,7 @@ on: - 'main' - '[rv][0-9].[0-9].[0-9]' - '[rv][0-9].[0-9].[0-9]rc[0-9]' - + defaults: run: shell: bash -x -e -u -o pipefail {0} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34a087ea..7f1a0406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,19 +31,11 @@ on: description: Branch to target for version bump jobs: release: - uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_release_library.yml@v0.18.4 + uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_release_library.yml@v0.20.1 with: release-ref: ${{ inputs.release-ref }} - image-name: nemo_curator_container - dockerfile: Dockerfile - image-label: nemo-curator - build-args: | - IMAGE_LABEL=nemo-curator - REPO_URL=https://github.com/${{ github.repository }}.git - CURATOR_COMMIT=${{ inputs.release-ref }} - prune-filter-timerange: 24h python-package: nemo_curator - container-workdir: /opt/NeMo-Curator + python-version: '3.10' library-name: NeMo Curator dry-run: ${{ inputs.dry-run }} version-bump-branch: ${{ inputs.version-bump-branch }} diff --git a/MANIFEST.in b/MANIFEST.in index cc0d1164..1aba38f6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include LICENSE \ No newline at end of file +include LICENSE