Skip to content

Commit 0a00eee

Browse files
committed
DEV: Chain workflows
1 parent 52f7987 commit 0a00eee

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/create-github-release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- '*.*.*'
77
workflow_dispatch:
8+
workflow_run:
9+
workflows: ["Create git tag"]
10+
types:
11+
- completed
812

913
permissions:
1014
contents: write

.github/workflows/publish-to-pypi.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- '*.*.*'
77
workflow_dispatch:
8+
workflow_run:
9+
workflows: ["Create git tag"]
10+
types:
11+
- completed
812

913
permissions:
1014
contents: write

0 commit comments

Comments
 (0)