Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/docs.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/post_draft_release_published.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Post Draft Release Published

on:
# Once draft release is released, trigger the docs release
release:
types:
## pre-release and stable release
Expand All @@ -11,8 +10,6 @@ on:
run-name: Post ${{ github.event.release.name }}

jobs:
call-publish-docs:
uses: ./.github/workflows/docs.yaml
pypi-release:
permissions:
# write permission is required to update version.py
Expand Down
Loading