Skip to content

Bugfix/586 working directory missing for cache (#587) #29

Bugfix/586 working directory missing for cache (#587)

Bugfix/586 working directory missing for cache (#587) #29

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