Skip to content

Commit 426ea94

Browse files
committed
pypi release workflow
1 parent 5b12a32 commit 426ea94

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: build-release
2+
23
on:
34
push:
45
branches:

.github/workflows/publish-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
name: publish-release
2+
13
on:
24
release:
35
types:
46
- published
5-
6-
name: release
7+
workflow_run:
8+
workflows: ["build-release"]
9+
types:
10+
- completed
711

812
jobs:
913
pypi:

0 commit comments

Comments
 (0)