Skip to content

Fixes the dependencies, moves to the Transformers ext v 0.9.0 (#84) #8

Fixes the dependencies, moves to the Transformers ext v 0.9.0 (#84)

Fixes the dependencies, moves to the Transformers ext v 0.9.0 (#84) #8

Workflow file for this run

name: CI/CD
on:
push:
tags:
- '**'
jobs:
check-tag-version-job:
name: Check Release Tag
uses: ./.github/workflows/check-release-tag.yml
ci-job:
name: Checks
needs: [ check-tag-version-job ]
uses: ./.github/workflows/checks.yml
cd-job:
name: Continuous Delivery
needs: [ ci-job ]
uses: ./.github/workflows/build-and-publish.yml
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml