Skip to content

Refactoring/590 drop python 3.9 add 3.14 (#591) #30

Refactoring/590 drop python 3.9 add 3.14 (#591)

Refactoring/590 drop python 3.9 add 3.14 (#591) #30

Workflow file for this run

name: CD
on:
push:
tags:
- '**'
- '!v*'
jobs:
check-tag-version-job:
name: Check Release Tag
uses: ./.github/workflows/check-release-tag.yml
permissions:
contents: read
cd-job:
needs: [ check-tag-version-job ]
name: Continuous Delivery
uses: ./.github/workflows/build-and-publish.yml
permissions:
contents: write
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
publish-docs:
needs: [ cd-job ]
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml
permissions:
contents: read
pages: write
id-token: write