Skip to content

Commit 08de198

Browse files
committed
ci: Restore running publish action on release
1 parent da0d465 commit 08de198

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6-
tags:
7-
- "v*" # Tag events matching v*, i.e. v1.0, v20.15.10
6+
87
pull_request:
98
branches: [ main ]
109

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish Python Package to PyPI
22

33
on:
4-
workflow_call:
4+
release:
5+
types: [published]
56
workflow_dispatch:
67

78
jobs:

0 commit comments

Comments
 (0)