We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f738e58 + 678b4db commit 2657528Copy full SHA for 2657528
.github/workflows/manual_release_stable.yaml
@@ -95,6 +95,15 @@ jobs:
95
- name: Publish package to PyPI
96
uses: pypa/gh-action-pypi-publish@release/v1
97
98
+ doc_release:
99
+ name: Doc release
100
+ needs: [changelog_update, pypi_publish]
101
+ uses: ./.github/workflows/_release_docs.yaml
102
+ with:
103
+ # Use the ref from the changelog update to include the updated changelog.
104
+ ref: ${{ needs.changelog_update.outputs.changelog_commitish }}
105
+ secrets: inherit
106
+
107
trigger_docker_build:
108
name: Trigger Docker image build
109
needs: [release_prepare, changelog_update]
0 commit comments