Skip to content

Commit b07d37c

Browse files
committed
BUGFIX: pypi should be automatically run on releases
1 parent 89c26ec commit b07d37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
types: [published]
99
workflow_dispatch:
1010
push:
11-
branches:
12-
- 'refs/tags/v*'
11+
tags:
12+
- "v*.*.*"
1313

1414
jobs:
1515
deploy:

0 commit comments

Comments
 (0)