Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 8882610

Browse files
committed
change publish trigger from push to create for tags
1 parent 555fcba commit 8882610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
# we publish to Test PyPI on pushes to the main branch
77
- "main"
8+
create:
89
tags:
910
- "v*"
1011

0 commit comments

Comments
 (0)