Skip to content

Add support for 7.1.30 and 8.29.6 (#441) #3

Add support for 7.1.30 and 8.29.6 (#441)

Add support for 7.1.30 and 8.29.6 (#441) #3

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
uses: ./.github/workflows/build-and-publish.yml
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
publish-docs:
needs: [ cd-job ]
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml