Skip to content

sphinx-api-relink 0.0.4 #4

sphinx-api-relink 0.0.4

sphinx-api-relink 0.0.4 #4

Workflow file for this run

name: CD
on:
release:
types:
- prereleased
- released
jobs:
milestone:
if: startsWith(github.ref, 'refs/tags')
uses: ComPWA/actions/.github/workflows/close-milestone.yml@v1
pypi:
if: startsWith(github.ref, 'refs/tags')
secrets: inherit
uses: ComPWA/actions/.github/workflows/publish-to-pypi.yml@v1
push:
if: startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
secrets: inherit
uses: ComPWA/actions/.github/workflows/push-to-version-branches.yml@v1