Skip to content

Commit 4689278

Browse files
committed
adjust publish.yml to publish specific tag
1 parent fad5608 commit 4689278

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/pypipublish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
name: Publish Python
22

3-
# on:
4-
# release:
5-
# types: [published]
6-
7-
83
on:
9-
push:
10-
tags:
11-
- 'v*' # Only triggers on tags starting with 'v', like 'v1.0.0'
4+
release:
5+
types: [published]
126

137
jobs:
148
tests:

0 commit comments

Comments
 (0)