Skip to content

Commit fff2064

Browse files
committed
Only publish to PyPI on release
1 parent 7358ca7 commit fff2064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish distributions to PyPI and TestPyPI
22
on:
3-
push:
4-
tags:
5-
- "*"
3+
release:
4+
types:
5+
- published
66

77
jobs:
88
build-and-publish:

0 commit comments

Comments
 (0)