Skip to content

Commit 686e61f

Browse files
committed
only run workflow in tagged commits
1 parent 413a642 commit 686e61f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish Python package to PyPI
2-
on: push
2+
on:
3+
push:
4+
tags:
5+
- 'v*.*.*'
6+
37
jobs:
48
build:
59
name: Build distro

0 commit comments

Comments
 (0)