Skip to content

Prepare release 0.5.0 (#48) #1

Prepare release 0.5.0 (#48)

Prepare release 0.5.0 (#48) #1

Workflow file for this run

name: CD
on:
push:
tags:
- '**'
jobs:
check-tag-version-job:
name: Check Release Tag
uses: ./.github/workflows/check-release-tag.yml
cd-job:
name: Continuous Delivery
needs: [ ci-job ]

Check failure on line 16 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / CD

Invalid workflow file

The workflow is not valid. .github/workflows/cd.yml (Line: 16, Col: 14): Job 'cd-job' depends on unknown job 'ci-job'.
uses: ./.github/workflows/build-and-publish.yml
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}